Html Css Color HEX #128865 Elf Green

📋 copy color: '#128865'

red 18 ◦ green 136 ◦ blue 101

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

Shades of Elf Green #128865

Tints of Elf Green #128865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.61%

R = 7.06%
G = 53.33%
B = 39.61%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#128865 (or 0x128865) is known color: Elf Green. HEX triplet: 12, 88 and 65. RGB value is (18,136,101). Sum of RGB (Red+Green+Blue) = 18+136+101=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #128865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128865 is #ED779A. Grayscale: #606060. Windows color (decimal): -15562651 or 6653970. OLE color: 6653970.

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

Color convert

RGB 18 136 101 -
CMYK 0.87 0 0.26 0.47
HSL 162.2º 0.77% 0.3% -
HSV(B) 162.2º 0.87% 0.53% -
XYZ 11.4 18.68 15.32 -
YUV 96.73 130.41 71.85 -
System Red Green Blue C M Y K H S L
Decimal 18 136 101 0.87 0 0.26 0.47 162.2 0.77 0.3
Hex 12 88 65 57 0 1A 2F A2 4D 1E
Octal 22 210 145 127 0 32 57 242 115 36
Binary 10010 10001000 1100101 1010111 0 11010 101111 10100010 1001101 11110

Color Harmonies of #128865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128865

Black with #128865

Text Example


Text Example

White with #128865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128865; }

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

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

background-color css

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

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

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

border-color css

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

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

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