Html Css Color HEX #128B5D Elf Green

📋 copy color: '#128B5D'

red 18 ◦ green 139 ◦ blue 93

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

Shades of Elf Green #128B5D

Tints of Elf Green #128B5D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 55.6%

 BLUE value IS 93 (36.72% from 255) = 37.2%

R = 7.2%
G = 55.6%
B = 37.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#128B5D (or 0x128B5D) is known color: Elf Green. HEX triplet: 12, 8B and 5D. RGB value is (18,139,93). Sum of RGB (Red+Green+Blue) = 18+139+93=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #128B5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128B5D is #ED74A2. Grayscale: #616161. Windows color (decimal): -15561891 or 6130450. OLE color: 6130450.

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

Color convert

RGB 18 139 93 -
CMYK 0.87 0 0.33 0.45
HSL 157.19º 0.77% 0.31% -
HSV(B) 157.19º 0.87% 0.55% -
XYZ 11.46 19.38 13.49 -
YUV 97.58 125.41 71.24 -
System Red Green Blue C M Y K H S L
Decimal 18 139 93 0.87 0 0.33 0.45 157.19 0.77 0.31
Hex 12 8B 5D 57 0 21 2D 9D 4D 1F
Octal 22 213 135 127 0 41 55 235 115 37
Binary 10010 10001011 1011101 1010111 0 100001 101101 10011101 1001101 11111

Color Harmonies of #128B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128B5D

Black with #128B5D

Text Example


Text Example

White with #128B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,139,93); }

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

background-color css

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

 a { background-color: rgb(18,139,93); }

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

border-color css

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

 span { border-color: rgb(18,139,93); }

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