Html Css Color HEX #12905F Elf Green

📋 copy color: '#12905F'

red 18 ◦ green 144 ◦ blue 95

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

Shades of Elf Green #12905F

Tints of Elf Green #12905F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.96%

R = 7%
G = 56.03%
B = 36.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#12905F (or 0x12905F) is known color: Elf Green. HEX triplet: 12, 90 and 5F. RGB value is (18,144,95). Sum of RGB (Red+Green+Blue) = 18+144+95=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #12905F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12905F is #ED6FA0. Grayscale: #646464. Windows color (decimal): -15560609 or 6262802. OLE color: 6262802.

HSL color Cylindrical-coordinate representation of color #12905F: hue angle of 156.67º 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 #12905F is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 144 95 -
CMYK 0.88 0 0.34 0.44
HSL 156.67º 0.78% 0.32% -
HSV(B) 156.67º 0.88% 0.56% -
XYZ 12.29 20.9 14.21 -
YUV 100.74 124.76 68.98 -
System Red Green Blue C M Y K H S L
Decimal 18 144 95 0.88 0 0.34 0.44 156.67 0.78 0.32
Hex 12 90 5F 58 0 22 2C 9D 4E 20
Octal 22 220 137 130 0 42 54 235 116 40
Binary 10010 10010000 1011111 1011000 0 100010 101100 10011101 1001110 100000

Color Harmonies of #12905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12905F

Black with #12905F

Text Example


Text Example

White with #12905F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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