Html Css Color HEX #12956F Elf Green

📋 copy color: '#12956F'

red 18 ◦ green 149 ◦ blue 111

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

Shades of Elf Green #12956F

Tints of Elf Green #12956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.6%

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

R = 6.47%
G = 53.6%
B = 39.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#12956F (or 0x12956F) is known color: Elf Green. HEX triplet: 12, 95 and 6F. RGB value is (18,149,111). Sum of RGB (Red+Green+Blue) = 18+149+111=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #12956F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12956F is #ED6A90. Grayscale: #696969. Windows color (decimal): -15559313 or 7312658. OLE color: 7312658.

HSL color Cylindrical-coordinate representation of color #12956F: hue angle of 162.6º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12956F is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 149 111 -
CMYK 0.88 0 0.26 0.42
HSL 162.6º 0.78% 0.33% -
HSV(B) 162.6º 0.88% 0.58% -
XYZ 13.87 22.77 18.7 -
YUV 105.5 131.1 65.59 -
System Red Green Blue C M Y K H S L
Decimal 18 149 111 0.88 0 0.26 0.42 162.6 0.78 0.33
Hex 12 95 6F 58 0 1A 2A A3 4E 21
Octal 22 225 157 130 0 32 52 243 116 41
Binary 10010 10010101 1101111 1011000 0 11010 101010 10100011 1001110 100001

Color Harmonies of #12956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12956F

Black with #12956F

Text Example


Text Example

White with #12956F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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