Html Css Color HEX #128C6F Elf Green

📋 copy color: '#128C6F'

red 18 ◦ green 140 ◦ blue 111

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

Shades of Elf Green #128C6F

Tints of Elf Green #128C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 52.04%

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

R = 6.69%
G = 52.04%
B = 41.26%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#128C6F (or 0x128C6F) is known color: Elf Green. HEX triplet: 12, 8C and 6F. RGB value is (18,140,111). Sum of RGB (Red+Green+Blue) = 18+140+111=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 140 (55.08% from 255 or 52.04% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 140 - color contains mainly: green. Hex color #128C6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128C6F is #ED7390. Grayscale: #646464. Windows color (decimal): -15561617 or 7310354. OLE color: 7310354.

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

Color convert

RGB 18 140 111 -
CMYK 0.87 0 0.21 0.45
HSL 165.74º 0.77% 0.31% -
HSV(B) 165.74º 0.87% 0.55% -
XYZ 12.5 20.03 18.25 -
YUV 100.22 134.08 69.36 -
System Red Green Blue C M Y K H S L
Decimal 18 140 111 0.87 0 0.21 0.45 165.74 0.77 0.31
Hex 12 8C 6F 57 0 15 2D A6 4D 1F
Octal 22 214 157 127 0 25 55 246 115 37
Binary 10010 10001100 1101111 1010111 0 10101 101101 10100110 1001101 11111

Color Harmonies of #128C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128C6F

Black with #128C6F

Text Example


Text Example

White with #128C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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