Html Css Color HEX #128E5E Elf Green

📋 copy color: '#128E5E'

red 18 ◦ green 142 ◦ blue 94

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

Shades of Elf Green #128E5E

Tints of Elf Green #128E5E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 55.91%

 BLUE value IS 94 (37.11% from 255) = 37.01%

R = 7.09%
G = 55.91%
B = 37.01%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#128E5E (or 0x128E5E) is known color: Elf Green. HEX triplet: 12, 8E and 5E. RGB value is (18,142,94). Sum of RGB (Red+Green+Blue) = 18+142+94=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #128E5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128E5E is #ED71A1. Grayscale: #636363. Windows color (decimal): -15561122 or 6196754. OLE color: 6196754.

HSL color Cylindrical-coordinate representation of color #128E5E: hue angle of 156.77º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128E5E is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 142 94 -
CMYK 0.87 0 0.34 0.44
HSL 156.77º 0.78% 0.31% -
HSV(B) 156.77º 0.87% 0.56% -
XYZ 11.94 20.28 13.88 -
YUV 99.45 124.92 69.9 -
System Red Green Blue C M Y K H S L
Decimal 18 142 94 0.87 0 0.34 0.44 156.77 0.78 0.31
Hex 12 8E 5E 57 0 22 2C 9D 4E 1F
Octal 22 216 136 127 0 42 54 235 116 37
Binary 10010 10001110 1011110 1010111 0 100010 101100 10011101 1001110 11111

Color Harmonies of #128E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128E5E

Black with #128E5E

Text Example


Text Example

White with #128E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128E5E; }

 p { color: rgb(18,142,94); }

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

background-color css

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

 a { background-color: rgb(18,142,94); }

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

border-color css

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

 span { border-color: rgb(18,142,94); }

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