Html Css Color HEX #128A64 Elf Green

📋 copy color: '#128A64'

red 18 ◦ green 138 ◦ blue 100

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

Shades of Elf Green #128A64

Tints of Elf Green #128A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.06%

R = 7.03%
G = 53.91%
B = 39.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#128A64 (or 0x128A64) is known color: Elf Green. HEX triplet: 12, 8A and 64. RGB value is (18,138,100). Sum of RGB (Red+Green+Blue) = 18+138+100=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #128A64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128A64 is #ED759B. Grayscale: #616161. Windows color (decimal): -15562140 or 6588946. OLE color: 6588946.

HSL color Cylindrical-coordinate representation of color #128A64: hue angle of 161º 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 #128A64 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 138 100 -
CMYK 0.87 0 0.28 0.46
HSL 161º 0.77% 0.31% -
HSV(B) 161º 0.87% 0.54% -
XYZ 11.64 19.23 15.15 -
YUV 97.79 129.24 71.09 -
System Red Green Blue C M Y K H S L
Decimal 18 138 100 0.87 0 0.28 0.46 161 0.77 0.31
Hex 12 8A 64 57 0 1C 2E A1 4D 1F
Octal 22 212 144 127 0 34 56 241 115 37
Binary 10010 10001010 1100100 1010111 0 11100 101110 10100001 1001101 11111

Color Harmonies of #128A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128A64

Black with #128A64

Text Example


Text Example

White with #128A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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