Html Css Color HEX #12986D Elf Green

📋 copy color: '#12986D'

red 18 ◦ green 152 ◦ blue 109

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

Shades of Elf Green #12986D

Tints of Elf Green #12986D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.07%

R = 6.45%
G = 54.48%
B = 39.07%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#12986D (or 0x12986D) is known color: Elf Green. HEX triplet: 12, 98 and 6D. RGB value is (18,152,109). Sum of RGB (Red+Green+Blue) = 18+152+109=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #12986D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12986D is #ED6792. Grayscale: #6B6B6B. Windows color (decimal): -15558547 or 7182354. OLE color: 7182354.

HSL color Cylindrical-coordinate representation of color #12986D: hue angle of 160.75º 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 #12986D is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 152 109 -
CMYK 0.88 0 0.28 0.40
HSL 160.75º 0.79% 0.33% -
HSV(B) 160.75º 0.88% 0.6% -
XYZ 14.24 23.69 18.29 -
YUV 107.03 129.11 64.5 -
System Red Green Blue C M Y K H S L
Decimal 18 152 109 0.88 0 0.28 0.40 160.75 0.79 0.33
Hex 12 98 6D 58 0 1C 28 A1 4F 21
Octal 22 230 155 130 0 34 50 241 117 41
Binary 10010 10011000 1101101 1011000 0 11100 101000 10100001 1001111 100001

Color Harmonies of #12986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12986D

Black with #12986D

Text Example


Text Example

White with #12986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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