Html Css Color HEX #12946F Elf Green

📋 copy color: '#12946F'

red 18 ◦ green 148 ◦ blue 111

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

Shades of Elf Green #12946F

Tints of Elf Green #12946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.43%

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

R = 6.5%
G = 53.43%
B = 40.07%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#12946F (or 0x12946F) is known color: Elf Green. HEX triplet: 12, 94 and 6F. RGB value is (18,148,111). Sum of RGB (Red+Green+Blue) = 18+148+111=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #12946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12946F is #ED6B90. Grayscale: #686868. Windows color (decimal): -15559569 or 7312402. OLE color: 7312402.

HSL color Cylindrical-coordinate representation of color #12946F: hue angle of 162.92º 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 #12946F is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 148 111 -
CMYK 0.88 0 0.25 0.42
HSL 162.92º 0.78% 0.33% -
HSV(B) 162.92º 0.88% 0.58% -
XYZ 13.71 22.46 18.65 -
YUV 104.91 131.43 66.01 -
System Red Green Blue C M Y K H S L
Decimal 18 148 111 0.88 0 0.25 0.42 162.92 0.78 0.33
Hex 12 94 6F 58 0 19 2A A3 4E 21
Octal 22 224 157 130 0 31 52 243 116 41
Binary 10010 10010100 1101111 1011000 0 11001 101010 10100011 1001110 100001

Color Harmonies of #12946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12946F

Black with #12946F

Text Example


Text Example

White with #12946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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