Html Css Color HEX #12966F Elf Green

📋 copy color: '#12966F'

red 18 ◦ green 150 ◦ blue 111

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

Shades of Elf Green #12966F

Tints of Elf Green #12966F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.76%

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

R = 6.45%
G = 53.76%
B = 39.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#12966F (or 0x12966F) is known color: Elf Green. HEX triplet: 12, 96 and 6F. RGB value is (18,150,111). Sum of RGB (Red+Green+Blue) = 18+150+111=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #12966F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12966F is #ED6990. Grayscale: #6A6A6A. Windows color (decimal): -15559057 or 7312914. OLE color: 7312914.

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

Color convert

RGB 18 150 111 -
CMYK 0.88 0 0.26 0.41
HSL 162.27º 0.79% 0.33% -
HSV(B) 162.27º 0.88% 0.59% -
XYZ 14.03 23.09 18.76 -
YUV 106.09 130.77 65.17 -
System Red Green Blue C M Y K H S L
Decimal 18 150 111 0.88 0 0.26 0.41 162.27 0.79 0.33
Hex 12 96 6F 58 0 1A 29 A2 4F 21
Octal 22 226 157 130 0 32 51 242 117 41
Binary 10010 10010110 1101111 1011000 0 11010 101001 10100010 1001111 100001

Color Harmonies of #12966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12966F

Black with #12966F

Text Example


Text Example

White with #12966F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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