Html Css Color HEX #12906F Elf Green

📋 copy color: '#12906F'

red 18 ◦ green 144 ◦ blue 111

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

Shades of Elf Green #12906F

Tints of Elf Green #12906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.66%

R = 6.59%
G = 52.75%
B = 40.66%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#12906F (or 0x12906F) is known color: Elf Green. HEX triplet: 12, 90 and 6F. RGB value is (18,144,111). Sum of RGB (Red+Green+Blue) = 18+144+111=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #12906F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12906F is #ED6F90. Grayscale: #666666. Windows color (decimal): -15560593 or 7311378. OLE color: 7311378.

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

Color convert

RGB 18 144 111 -
CMYK 0.88 0 0.23 0.44
HSL 164.29º 0.78% 0.32% -
HSV(B) 164.29º 0.88% 0.56% -
XYZ 13.09 21.22 18.45 -
YUV 102.56 132.76 67.68 -
System Red Green Blue C M Y K H S L
Decimal 18 144 111 0.88 0 0.23 0.44 164.29 0.78 0.32
Hex 12 90 6F 58 0 17 2C A4 4E 20
Octal 22 220 157 130 0 27 54 244 116 40
Binary 10010 10010000 1101111 1011000 0 10111 101100 10100100 1001110 100000

Color Harmonies of #12906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12906F

Black with #12906F

Text Example


Text Example

White with #12906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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