Html Css Color HEX #12986B Elf Green

📋 copy color: '#12986B'

red 18 ◦ green 152 ◦ blue 107

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

Shades of Elf Green #12986B

Tints of Elf Green #12986B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.63%

R = 6.5%
G = 54.87%
B = 38.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#12986B (or 0x12986B) is known color: Elf Green. HEX triplet: 12, 98 and 6B. RGB value is (18,152,107). Sum of RGB (Red+Green+Blue) = 18+152+107=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #12986B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12986B is #ED6794. Grayscale: #6A6A6A. Windows color (decimal): -15558549 or 7051282. OLE color: 7051282.

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

Color convert

RGB 18 152 107 -
CMYK 0.88 0 0.30 0.40
HSL 159.85º 0.79% 0.33% -
HSV(B) 159.85º 0.88% 0.6% -
XYZ 14.13 23.65 17.73 -
YUV 106.8 128.11 64.66 -
System Red Green Blue C M Y K H S L
Decimal 18 152 107 0.88 0 0.30 0.40 159.85 0.79 0.33
Hex 12 98 6B 58 0 1E 28 A0 4F 21
Octal 22 230 153 130 0 36 50 240 117 41
Binary 10010 10011000 1101011 1011000 0 11110 101000 10100000 1001111 100001

Color Harmonies of #12986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12986B

Black with #12986B

Text Example


Text Example

White with #12986B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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