Html Css Color HEX #159B70 Elf Green

📋 copy color: '#159B70'

red 21 ◦ green 155 ◦ blue 112

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

Shades of Elf Green #159B70

Tints of Elf Green #159B70

RGB

 RED value IS 21 (8.59% from 255) = 7.29%

 GREEN value IS 155 (60.94% from 255) = 53.82%

 BLUE value IS 112 (44.14% from 255) = 38.89%

R = 7.29%
G = 53.82%
B = 38.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#159B70 (or 0x159B70) is known color: Elf Green. HEX triplet: 15, 9B and 70. RGB value is (21,155,112). Sum of RGB (Red+Green+Blue) = 21+155+112=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 155 (60.94% from 255 or 53.82% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 155 - color contains mainly: green. Hex color #159B70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159B70 is #EA648F. Grayscale: #6E6E6E. Windows color (decimal): -15361168 or 7379733. OLE color: 7379733.

HSL color Cylindrical-coordinate representation of color #159B70: hue angle of 160.75º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159B70 is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 155 112 -
CMYK 0.86 0 0.28 0.39
HSL 160.75º 0.76% 0.35% -
HSV(B) 160.75º 0.86% 0.61% -
XYZ 14.96 24.77 19.32 -
YUV 110.03 129.11 64.5 -
System Red Green Blue C M Y K H S L
Decimal 21 155 112 0.86 0 0.28 0.39 160.75 0.76 0.35
Hex 15 9B 70 56 0 1C 27 A1 4C 23
Octal 25 233 160 126 0 34 47 241 114 43
Binary 10101 10011011 1110000 1010110 0 11100 100111 10100001 1001100 100011

Color Harmonies of #159B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159B70

Black with #159B70

Text Example


Text Example

White with #159B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159B70; }

 p { color: rgb(21,155,112); }

 H1.HeaderClassName
 {
   color: #159B70;
 }
 .AnyTagClassName
 {
   color: #159B70;
 }
</style>

background-color css

<style>
 a { background-color: #159B70; }

 a { background-color: rgb(21,155,112); }

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

border-color css

<style>
 span { border-color: #159B70; }

 span { border-color: rgb(21,155,112); }

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