Html Css Color HEX #12926F Elf Green

📋 copy color: '#12926F'

red 18 ◦ green 146 ◦ blue 111

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

Shades of Elf Green #12926F

Tints of Elf Green #12926F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.09%

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

R = 6.55%
G = 53.09%
B = 40.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#12926F (or 0x12926F) is known color: Elf Green. HEX triplet: 12, 92 and 6F. RGB value is (18,146,111). Sum of RGB (Red+Green+Blue) = 18+146+111=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #12926F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12926F is #ED6D90. Grayscale: #676767. Windows color (decimal): -15560081 or 7311890. OLE color: 7311890.

HSL color Cylindrical-coordinate representation of color #12926F: hue angle of 163.59º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12926F is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 146 111 -
CMYK 0.88 0 0.24 0.43
HSL 163.59º 0.78% 0.32% -
HSV(B) 163.59º 0.88% 0.57% -
XYZ 13.4 21.83 18.55 -
YUV 103.74 132.09 66.85 -
System Red Green Blue C M Y K H S L
Decimal 18 146 111 0.88 0 0.24 0.43 163.59 0.78 0.32
Hex 12 92 6F 58 0 18 2B A4 4E 20
Octal 22 222 157 130 0 30 53 244 116 40
Binary 10010 10010010 1101111 1011000 0 11000 101011 10100100 1001110 100000

Color Harmonies of #12926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12926F

Black with #12926F

Text Example


Text Example

White with #12926F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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