Html Css Color HEX #128866 Elf Green

📋 copy color: '#128866'

red 18 ◦ green 136 ◦ blue 102

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

Shades of Elf Green #128866

Tints of Elf Green #128866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.13%

 BLUE value IS 102 (40.23% from 255) = 39.84%

R = 7.03%
G = 53.13%
B = 39.84%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#128866 (or 0x128866) is known color: Elf Green. HEX triplet: 12, 88 and 66. RGB value is (18,136,102). Sum of RGB (Red+Green+Blue) = 18+136+102=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #128866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128866 is #ED7799. Grayscale: #606060. Windows color (decimal): -15562650 or 6719506. OLE color: 6719506.

HSL color Cylindrical-coordinate representation of color #128866: hue angle of 162.71º degrees, saturation: 0.77, 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 #128866 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 136 102 -
CMYK 0.87 0 0.25 0.47
HSL 162.71º 0.77% 0.3% -
HSV(B) 162.71º 0.87% 0.53% -
XYZ 11.45 18.7 15.58 -
YUV 96.84 130.91 71.76 -
System Red Green Blue C M Y K H S L
Decimal 18 136 102 0.87 0 0.25 0.47 162.71 0.77 0.3
Hex 12 88 66 57 0 19 2F A3 4D 1E
Octal 22 210 146 127 0 31 57 243 115 36
Binary 10010 10001000 1100110 1010111 0 11001 101111 10100011 1001101 11110

Color Harmonies of #128866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128866

Black with #128866

Text Example


Text Example

White with #128866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128866; }

 p { color: rgb(18,136,102); }

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

background-color css

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

 a { background-color: rgb(18,136,102); }

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

border-color css

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

 span { border-color: rgb(18,136,102); }

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