Html Css Color HEX #12946E Elf Green

📋 copy color: '#12946E'

red 18 ◦ green 148 ◦ blue 110

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

Shades of Elf Green #12946E

Tints of Elf Green #12946E

RGB

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

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

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

R = 6.52%
G = 53.62%
B = 39.86%

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

#12946E (or 0x12946E) is known color: Elf Green. HEX triplet: 12, 94 and 6E. RGB value is (18,148,110). Sum of RGB (Red+Green+Blue) = 18+148+110=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #12946E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12946E is #ED6B91. Grayscale: #686868. Windows color (decimal): -15559570 or 7246866. OLE color: 7246866.

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

Color convert

RGB 18 148 110 -
CMYK 0.88 0 0.26 0.42
HSL 162.46º 0.78% 0.33% -
HSV(B) 162.46º 0.88% 0.58% -
XYZ 13.65 22.43 18.36 -
YUV 104.8 130.93 66.09 -
System Red Green Blue C M Y K H S L
Decimal 18 148 110 0.88 0 0.26 0.42 162.46 0.78 0.33
Hex 12 94 6E 58 0 1A 2A A2 4E 21
Octal 22 224 156 130 0 32 52 242 116 41
Binary 10010 10010100 1101110 1011000 0 11010 101010 10100010 1001110 100001

Color Harmonies of #12946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12946E

Black with #12946E

Text Example


Text Example

White with #12946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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