#38F196

Color #38F196 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #38F196

Tints of Shamrock #38F196

Color information

#38F196 (or 0x38F196) is unknown color: approx Shamrock. HEX triplet: 38, F1 and 96. RGB value is (56,241,150). Sum of RGB (Red+Green+Blue) = 56+241+150=447 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.53% from 447); Green value is 241 (94.53% from 255 or 53.91% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 241 - color contains mainly: green. Hex color #38F196 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F196 is #C70E69. Grayscale: #AFAFAF. Windows color (decimal): -13045354 or 9892152. OLE color: 9892152.

HSL color Cylindrical-coordinate representation of color #38F196: hue angle of 150.49º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F196 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB56241150-
CMYK0.7700.380.05
HSL150.49º86.85%58.24%-
HSV(B)150.49º76.76%94.51%-
XYZ38.5965.9539.55-
YUV175.31113.7142.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 12.53%
GREEN value IS 241 (94.53% from 255) = 53.91%
BLUE value IS 150 (58.98% from 255) = 33.56%
R=12.53%
G=53.91%
B=33.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal562411500.7700.380.05150.4986.8558.24
Hex38F1964D026596573a
Octal70361226115046522612772
Binary111000111100011001011010011010100110101100101101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38F196; }

 p { color: rgb(56,241,150); }

 H1.HeaderClassName
 {
   color: #38F196;
 }
 .AnyTagClassName
 {
   color: #38F196;
 }
</style>
background-color css

<style>
 a { background-color: #38F196; }

 a { background-color: rgb(56,241,150); }

 div.DivClassName
 {
   background-color: #38F196;
 }
 .BgClassName
 {
   background-color: #38F196;
 }
</style>
border-color css

<style>
 span { border-color: #38F196; }

 span { border-color: rgb(56,241,150); }

 td.TdClassName
 {
   border-color: #38F196;
 }
 .TagClassName
 {
   border-color: #38F196;
 }
</style>