Html Css Color HEX #01AB71 Jade

📋 copy color: '#01AB71'

red 1 ◦ green 171 ◦ blue 113

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

Shades of Jade #01AB71

Tints of Jade #01AB71

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

 GREEN value IS 171 (67.19% from 255) = 60%

 BLUE value IS 113 (44.53% from 255) = 39.65%

R = 0.35%
G = 60%
B = 39.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#01AB71 (or 0x01AB71) is known color: Jade. HEX triplet: 01, AB and 71. RGB value is (1,171,113). Sum of RGB (Red+Green+Blue) = 1+171+113=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 171 (67.19% from 255 or 60% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AB71 is #FE548E. Grayscale: #717171. Windows color (decimal): -16667791 or 7449345. OLE color: 7449345.

HSL color Cylindrical-coordinate representation of color #01AB71: hue angle of 159.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AB71 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 171 113 -
CMYK 0.99 0 0.34 0.33
HSL 159.53º 0.99% 0.34% -
HSV(B) 159.53º 0.99% 0.67% -
XYZ 17.56 30.32 20.55 -
YUV 113.56 127.68 47.72 -
System Red Green Blue C M Y K H S L
Decimal 1 171 113 0.99 0 0.34 0.33 159.53 0.99 0.34
Hex 1 AB 71 63 0 22 21 A0 63 22
Octal 1 253 161 143 0 42 41 240 143 42
Binary 1 10101011 1110001 1100011 0 100010 100001 10100000 1100011 100010

Color Harmonies of #01AB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AB71

Black with #01AB71

Text Example


Text Example

White with #01AB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01AB71; }

 p { color: rgb(1,171,113); }

 H1.HeaderClassName
 {
   color: #01AB71;
 }
 .AnyTagClassName
 {
   color: #01AB71;
 }
</style>

background-color css

<style>
 a { background-color: #01AB71; }

 a { background-color: rgb(1,171,113); }

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

border-color css

<style>
 span { border-color: #01AB71; }

 span { border-color: rgb(1,171,113); }

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