Html Css Color HEX #12946C Elf Green

📋 copy color: '#12946C'

red 18 ◦ green 148 ◦ blue 108

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

Shades of Elf Green #12946C

Tints of Elf Green #12946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.42%

R = 6.57%
G = 54.01%
B = 39.42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#12946C (or 0x12946C) is known color: Elf Green. HEX triplet: 12, 94 and 6C. RGB value is (18,148,108). Sum of RGB (Red+Green+Blue) = 18+148+108=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #12946C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12946C is #ED6B93. Grayscale: #686868. Windows color (decimal): -15559572 or 7115794. OLE color: 7115794.

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

Color convert

RGB 18 148 108 -
CMYK 0.88 0 0.27 0.42
HSL 161.54º 0.78% 0.33% -
HSV(B) 161.54º 0.88% 0.58% -
XYZ 13.55 22.39 17.8 -
YUV 104.57 129.93 66.25 -
System Red Green Blue C M Y K H S L
Decimal 18 148 108 0.88 0 0.27 0.42 161.54 0.78 0.33
Hex 12 94 6C 58 0 1B 2A A2 4E 21
Octal 22 224 154 130 0 33 52 242 116 41
Binary 10010 10010100 1101100 1011000 0 11011 101010 10100010 1001110 100001

Color Harmonies of #12946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12946C

Black with #12946C

Text Example


Text Example

White with #12946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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