Html Css Color HEX #12905C Elf Green

📋 copy color: '#12905C'

red 18 ◦ green 144 ◦ blue 92

#12905C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #12905C

Tints of Elf Green #12905C

RGB

 RED value IS 18 (7.42% from 255) = 7.09%

 GREEN value IS 144 (56.64% from 255) = 56.69%

 BLUE value IS 92 (36.33% from 255) = 36.22%

R = 7.09%
G = 56.69%
B = 36.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#12905C (or 0x12905C) is known color: Elf Green. HEX triplet: 12, 90 and 5C. RGB value is (18,144,92). Sum of RGB (Red+Green+Blue) = 18+144+92=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #12905C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12905C is #ED6FA3. Grayscale: #646464. Windows color (decimal): -15560612 or 6066194. OLE color: 6066194.

HSL color Cylindrical-coordinate representation of color #12905C: hue angle of 155.24º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12905C is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 144 92 -
CMYK 0.88 0 0.36 0.44
HSL 155.24º 0.78% 0.32% -
HSV(B) 155.24º 0.88% 0.56% -
XYZ 12.15 20.85 13.51 -
YUV 100.4 123.26 69.23 -
System Red Green Blue C M Y K H S L
Decimal 18 144 92 0.88 0 0.36 0.44 155.24 0.78 0.32
Hex 12 90 5C 58 0 24 2C 9B 4E 20
Octal 22 220 134 130 0 44 54 233 116 40
Binary 10010 10010000 1011100 1011000 0 100100 101100 10011011 1001110 100000

Color Harmonies of #12905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12905C

Black with #12905C

Text Example


Text Example

White with #12905C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,144,92); }

 H1.HeaderClassName
 {
   color: #12905C;
 }
 .AnyTagClassName
 {
   color: #12905C;
 }
</style>

background-color css

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

 a { background-color: rgb(18,144,92); }

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

border-color css

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

 span { border-color: rgb(18,144,92); }

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