#188860

Color #188860 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #188860

Tints of Elf Green #188860

Color information

#188860 (or 0x188860) is unknown color: approx Elf Green. HEX triplet: 18, 88 and 60. RGB value is (24,136,96). Sum of RGB (Red+Green+Blue) = 24+136+96=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #188860 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188860 is #E7779F. Grayscale: #626262. Windows color (decimal): -15169440 or 6326296. OLE color: 6326296.

HSL color Cylindrical-coordinate representation of color #188860: hue angle of 158.57º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188860 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB2413696-
CMYK0.8200.290.47
HSL158.57º70%31.37%-
HSV(B)158.57º82.35%53.33%-
XYZ11.2918.6514.07-
YUV97.95126.8975.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.38%
GREEN value IS 136 (53.52% from 255) = 53.12%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=9.38%
G=53.12%
B=37.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24136960.8200.290.47158.577031.37
Hex1888605201D2F9f461f
Octal302101401220355723710637
Binary11000100010001100000101001001110110111110011111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188860; }

 p { color: rgb(24,136,96); }

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

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

 a { background-color: rgb(24,136,96); }

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

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

 span { border-color: rgb(24,136,96); }

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