Html Css Color HEX #128F5B Elf Green

📋 copy color: '#128F5B'

red 18 ◦ green 143 ◦ blue 91

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

Shades of Elf Green #128F5B

Tints of Elf Green #128F5B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 56.75%

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 7.14%
G = 56.75%
B = 36.11%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#128F5B (or 0x128F5B) is known color: Elf Green. HEX triplet: 12, 8F and 5B. RGB value is (18,143,91). Sum of RGB (Red+Green+Blue) = 18+143+91=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 143 (56.25% from 255 or 56.75% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 143 - color contains mainly: green. Hex color #128F5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128F5B is #ED70A4. Grayscale: #636363. Windows color (decimal): -15560869 or 6000402. OLE color: 6000402.

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

Color convert

RGB 18 143 91 -
CMYK 0.87 0 0.36 0.44
HSL 155.04º 0.78% 0.32% -
HSV(B) 155.04º 0.87% 0.56% -
XYZ 11.96 20.53 13.23 -
YUV 99.7 123.09 69.73 -
System Red Green Blue C M Y K H S L
Decimal 18 143 91 0.87 0 0.36 0.44 155.04 0.78 0.32
Hex 12 8F 5B 57 0 24 2C 9B 4E 20
Octal 22 217 133 127 0 44 54 233 116 40
Binary 10010 10001111 1011011 1010111 0 100100 101100 10011011 1001110 100000

Color Harmonies of #128F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128F5B

Black with #128F5B

Text Example


Text Example

White with #128F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,143,91); }

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

background-color css

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

 a { background-color: rgb(18,143,91); }

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

border-color css

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

 span { border-color: rgb(18,143,91); }

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