Html Css Color HEX #12866F Elf Green

📋 copy color: '#12866F'

red 18 ◦ green 134 ◦ blue 111

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

Shades of Elf Green #12866F

Tints of Elf Green #12866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.95%

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 6.84%
G = 50.95%
B = 42.21%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#12866F (or 0x12866F) is known color: Elf Green. HEX triplet: 12, 86 and 6F. RGB value is (18,134,111). Sum of RGB (Red+Green+Blue) = 18+134+111=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #12866F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12866F is #ED7990. Grayscale: #606060. Windows color (decimal): -15563153 or 7308818. OLE color: 7308818.

HSL color Cylindrical-coordinate representation of color #12866F: hue angle of 168.1º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12866F is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 134 111 -
CMYK 0.87 0 0.17 0.47
HSL 168.1º 0.76% 0.3% -
HSV(B) 168.1º 0.87% 0.53% -
XYZ 11.64 18.33 17.96 -
YUV 96.69 136.07 71.87 -
System Red Green Blue C M Y K H S L
Decimal 18 134 111 0.87 0 0.17 0.47 168.1 0.76 0.3
Hex 12 86 6F 57 0 11 2F A8 4C 1E
Octal 22 206 157 127 0 21 57 250 114 36
Binary 10010 10000110 1101111 1010111 0 10001 101111 10101000 1001100 11110

Color Harmonies of #12866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12866F

Black with #12866F

Text Example


Text Example

White with #12866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12866F; }

 p { color: rgb(18,134,111); }

 H1.HeaderClassName
 {
   color: #12866F;
 }
 .AnyTagClassName
 {
   color: #12866F;
 }
</style>

background-color css

<style>
 a { background-color: #12866F; }

 a { background-color: rgb(18,134,111); }

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

border-color css

<style>
 span { border-color: #12866F; }

 span { border-color: rgb(18,134,111); }

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