Html Css Color HEX #12976A Elf Green

📋 copy color: '#12976A'

red 18 ◦ green 151 ◦ blue 106

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

Shades of Elf Green #12976A

Tints of Elf Green #12976A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.55%

R = 6.55%
G = 54.91%
B = 38.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#12976A (or 0x12976A) is known color: Elf Green. HEX triplet: 12, 97 and 6A. RGB value is (18,151,106). Sum of RGB (Red+Green+Blue) = 18+151+106=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 151 (59.38% from 255 or 54.91% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 151 - color contains mainly: green. Hex color #12976A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12976A is #ED6895. Grayscale: #6A6A6A. Windows color (decimal): -15558806 or 6985490. OLE color: 6985490.

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

Color convert

RGB 18 151 106 -
CMYK 0.88 0 0.30 0.41
HSL 159.7º 0.79% 0.33% -
HSV(B) 159.7º 0.88% 0.59% -
XYZ 13.92 23.3 17.4 -
YUV 106.1 127.94 65.16 -
System Red Green Blue C M Y K H S L
Decimal 18 151 106 0.88 0 0.30 0.41 159.7 0.79 0.33
Hex 12 97 6A 58 0 1E 29 A0 4F 21
Octal 22 227 152 130 0 36 51 240 117 41
Binary 10010 10010111 1101010 1011000 0 11110 101001 10100000 1001111 100001

Color Harmonies of #12976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12976A

Black with #12976A

Text Example


Text Example

White with #12976A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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