Html Css Color HEX #12866D Elf Green

📋 copy color: '#12866D'

red 18 ◦ green 134 ◦ blue 109

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

Shades of Elf Green #12866D

Tints of Elf Green #12866D

RGB

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

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

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

R = 6.9%
G = 51.34%
B = 41.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#12866D (or 0x12866D) is known color: Elf Green. HEX triplet: 12, 86 and 6D. RGB value is (18,134,109). Sum of RGB (Red+Green+Blue) = 18+134+109=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #12866D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12866D is #ED7992. Grayscale: #606060. Windows color (decimal): -15563155 or 7177746. OLE color: 7177746.

HSL color Cylindrical-coordinate representation of color #12866D: hue angle of 167.07º 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 #12866D is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 134 109 -
CMYK 0.87 0 0.19 0.47
HSL 167.07º 0.76% 0.3% -
HSV(B) 167.07º 0.87% 0.53% -
XYZ 11.53 18.28 17.39 -
YUV 96.47 135.07 72.03 -
System Red Green Blue C M Y K H S L
Decimal 18 134 109 0.87 0 0.19 0.47 167.07 0.76 0.3
Hex 12 86 6D 57 0 13 2F A7 4C 1E
Octal 22 206 155 127 0 23 57 247 114 36
Binary 10010 10000110 1101101 1010111 0 10011 101111 10100111 1001100 11110

Color Harmonies of #12866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12866D

Black with #12866D

Text Example


Text Example

White with #12866D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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