Html Css Color HEX #01AB72 Jade

📋 copy color: '#01AB72'

red 1 ◦ green 171 ◦ blue 114

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

Shades of Jade #01AB72

Tints of Jade #01AB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.86%

R = 0.35%
G = 59.79%
B = 39.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#01AB72 (or 0x01AB72) is known color: Jade. HEX triplet: 01, AB and 72. RGB value is (1,171,114). Sum of RGB (Red+Green+Blue) = 1+171+114=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 171 (67.19% from 255 or 59.79% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AB72 is #FE548D. Grayscale: #717171. Windows color (decimal): -16667790 or 7514881. OLE color: 7514881.

HSL color Cylindrical-coordinate representation of color #01AB72: hue angle of 159.88º 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 #01AB72 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 171 114 -
CMYK 0.99 0 0.33 0.33
HSL 159.88º 0.99% 0.34% -
HSV(B) 159.88º 0.99% 0.67% -
XYZ 17.61 30.35 20.85 -
YUV 113.67 128.18 47.63 -
System Red Green Blue C M Y K H S L
Decimal 1 171 114 0.99 0 0.33 0.33 159.88 0.99 0.34
Hex 1 AB 72 63 0 21 21 A0 63 22
Octal 1 253 162 143 0 41 41 240 143 42
Binary 1 10101011 1110010 1100011 0 100001 100001 10100000 1100011 100010

Color Harmonies of #01AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AB72

Black with #01AB72

Text Example


Text Example

White with #01AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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