Html Css Color HEX #12986C Elf Green

📋 copy color: '#12986C'

red 18 ◦ green 152 ◦ blue 108

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

Shades of Elf Green #12986C

Tints of Elf Green #12986C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.68%

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

R = 6.47%
G = 54.68%
B = 38.85%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#12986C (or 0x12986C) is known color: Elf Green. HEX triplet: 12, 98 and 6C. RGB value is (18,152,108). Sum of RGB (Red+Green+Blue) = 18+152+108=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #12986C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12986C is #ED6793. Grayscale: #6A6A6A. Windows color (decimal): -15558548 or 7116818. OLE color: 7116818.

HSL color Cylindrical-coordinate representation of color #12986C: hue angle of 160.3º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12986C is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 152 108 -
CMYK 0.88 0 0.29 0.40
HSL 160.3º 0.79% 0.33% -
HSV(B) 160.3º 0.88% 0.6% -
XYZ 14.18 23.67 18.01 -
YUV 106.92 128.61 64.58 -
System Red Green Blue C M Y K H S L
Decimal 18 152 108 0.88 0 0.29 0.40 160.3 0.79 0.33
Hex 12 98 6C 58 0 1D 28 A0 4F 21
Octal 22 230 154 130 0 35 50 240 117 41
Binary 10010 10011000 1101100 1011000 0 11101 101000 10100000 1001111 100001

Color Harmonies of #12986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12986C

Black with #12986C

Text Example


Text Example

White with #12986C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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