Html Css Color HEX #12976E Elf Green

📋 copy color: '#12976E'

red 18 ◦ green 151 ◦ blue 110

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

Shades of Elf Green #12976E

Tints of Elf Green #12976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 54.12%

 BLUE value IS 110 (43.36% from 255) = 39.43%

R = 6.45%
G = 54.12%
B = 39.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#12976E (or 0x12976E) is known color: Elf Green. HEX triplet: 12, 97 and 6E. RGB value is (18,151,110). Sum of RGB (Red+Green+Blue) = 18+151+110=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #12976E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12976E is #ED6891. Grayscale: #6A6A6A. Windows color (decimal): -15558802 or 7247634. OLE color: 7247634.

HSL color Cylindrical-coordinate representation of color #12976E: hue angle of 161.5º 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 #12976E is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 151 110 -
CMYK 0.88 0 0.27 0.41
HSL 161.5º 0.79% 0.33% -
HSV(B) 161.5º 0.88% 0.59% -
XYZ 14.13 23.39 18.52 -
YUV 106.56 129.94 64.83 -
System Red Green Blue C M Y K H S L
Decimal 18 151 110 0.88 0 0.27 0.41 161.5 0.79 0.33
Hex 12 97 6E 58 0 1B 29 A2 4F 21
Octal 22 227 156 130 0 33 51 242 117 41
Binary 10010 10010111 1101110 1011000 0 11011 101001 10100010 1001111 100001

Color Harmonies of #12976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12976E

Black with #12976E

Text Example


Text Example

White with #12976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12976E; }

 p { color: rgb(18,151,110); }

 H1.HeaderClassName
 {
   color: #12976E;
 }
 .AnyTagClassName
 {
   color: #12976E;
 }
</style>

background-color css

<style>
 a { background-color: #12976E; }

 a { background-color: rgb(18,151,110); }

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

border-color css

<style>
 span { border-color: #12976E; }

 span { border-color: rgb(18,151,110); }

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