#18885C

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

Shades of Elf Green #18885C

Tints of Elf Green #18885C

Color information

#18885C (or 0x18885C) is unknown color: approx Elf Green. HEX triplet: 18, 88 and 5C. RGB value is (24,136,92). Sum of RGB (Red+Green+Blue) = 24+136+92=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #18885C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18885C is #E777A3. Grayscale: #616161. Windows color (decimal): -15169444 or 6064152. OLE color: 6064152.

HSL color Cylindrical-coordinate representation of color #18885C: hue angle of 156.43º 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 #18885C is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB2413692-
CMYK0.8200.320.47
HSL156.43º70%31.37%-
HSV(B)156.43º82.35%53.33%-
XYZ11.1118.5813.12-
YUV97.5124.8975.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.52%
GREEN value IS 136 (53.52% from 255) = 53.97%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=9.52%
G=53.97%
B=36.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24136920.8200.320.47156.437031.37
Hex18885C520202F9c461f
Octal302101341220405723410637
Binary110001000100010111001010010010000010111110011100100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18885C; }

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

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

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

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

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

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

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

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