#18905A

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

Shades of Elf Green #18905A

Tints of Elf Green #18905A

Color information

#18905A (or 0x18905A) is unknown color: approx Elf Green. HEX triplet: 18, 90 and 5A. RGB value is (24,144,90). Sum of RGB (Red+Green+Blue) = 24+144+90=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 144 (56.64% from 255 or 55.81% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 144 - color contains mainly: green. Hex color #18905A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18905A is #E76FA5. Grayscale: #666666. Windows color (decimal): -15167398 or 5935128. OLE color: 5935128.

HSL color Cylindrical-coordinate representation of color #18905A: hue angle of 153º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18905A is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB2414490-
CMYK0.8300.370.44
HSL153º71.43%32.94%-
HSV(B)153º83.33%56.47%-
XYZ12.220.8813.06-
YUV101.96121.2472.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.30%
GREEN value IS 144 (56.64% from 255) = 55.81%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=9.30%
G=55.81%
B=34.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24144900.8300.370.4415371.4332.94
Hex18905A530252C994721
Octal302201321230455423110741
Binary1100010010000101101010100110100101101100100110011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18905A; }

 p { color: rgb(24,144,90); }

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

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

 a { background-color: rgb(24,144,90); }

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

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

 span { border-color: rgb(24,144,90); }

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