Html Css Color HEX #128A72 Elf Green

📋 copy color: '#128A72'

red 18 ◦ green 138 ◦ blue 114

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

Shades of Elf Green #128A72

Tints of Elf Green #128A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.11%

 BLUE value IS 114 (44.92% from 255) = 42.22%

R = 6.67%
G = 51.11%
B = 42.22%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#128A72 (or 0x128A72) is known color: Elf Green. HEX triplet: 12, 8A and 72. RGB value is (18,138,114). Sum of RGB (Red+Green+Blue) = 18+138+114=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #128A72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128A72 is #ED758D. Grayscale: #636363. Windows color (decimal): -15562126 or 7506450. OLE color: 7506450.

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

Color convert

RGB 18 138 114 -
CMYK 0.87 0 0.17 0.46
HSL 168º 0.77% 0.31% -
HSV(B) 168º 0.87% 0.54% -
XYZ 12.38 19.52 19.04 -
YUV 99.38 136.24 69.95 -
System Red Green Blue C M Y K H S L
Decimal 18 138 114 0.87 0 0.17 0.46 168 0.77 0.31
Hex 12 8A 72 57 0 11 2E A8 4D 1F
Octal 22 212 162 127 0 21 56 250 115 37
Binary 10010 10001010 1110010 1010111 0 10001 101110 10101000 1001101 11111

Color Harmonies of #128A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128A72

Black with #128A72

Text Example


Text Example

White with #128A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,138,114); }

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

background-color css

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

 a { background-color: rgb(18,138,114); }

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

border-color css

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

 span { border-color: rgb(18,138,114); }

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