#18895B

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

Shades of Elf Green #18895B

Tints of Elf Green #18895B

Color information

#18895B (or 0x18895B) is unknown color: approx Elf Green. HEX triplet: 18, 89 and 5B. RGB value is (24,137,91). Sum of RGB (Red+Green+Blue) = 24+137+91=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #18895B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18895B is #E776A4. Grayscale: #626262. Windows color (decimal): -15169189 or 5998872. OLE color: 5998872.

HSL color Cylindrical-coordinate representation of color #18895B: hue angle of 155.58º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18895B is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB2413791-
CMYK0.8200.340.46
HSL155.58º70.19%31.57%-
HSV(B)155.58º82.48%53.73%-
XYZ11.2118.8412.94-
YUV97.97124.0675.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.52%
GREEN value IS 137 (53.91% from 255) = 54.37%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=9.52%
G=54.37%
B=36.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24137910.8200.340.46155.5870.1931.57
Hex18895B520222E9c4620
Octal302111331220425623410640
Binary1100010001001101101110100100100010101110100111001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18895B; }

 p { color: rgb(24,137,91); }

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

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

 a { background-color: rgb(24,137,91); }

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

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

 span { border-color: rgb(24,137,91); }

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