Html Css Color HEX #01AC71 Jade

📋 copy color: '#01AC71'

red 1 ◦ green 172 ◦ blue 113

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

Shades of Jade #01AC71

Tints of Jade #01AC71

RGB

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

 GREEN value IS 172 (67.58% from 255) = 60.14%

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

R = 0.35%
G = 60.14%
B = 39.51%

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

#01AC71 (or 0x01AC71) is known color: Jade. HEX triplet: 01, AC and 71. RGB value is (1,172,113). Sum of RGB (Red+Green+Blue) = 1+172+113=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 172 (67.58% from 255 or 60.14% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AC71 is #FE538E. Grayscale: #727272. Windows color (decimal): -16667535 or 7449601. OLE color: 7449601.

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

Color convert

RGB 1 172 113 -
CMYK 0.99 0 0.34 0.33
HSL 159.3º 0.99% 0.34% -
HSV(B) 159.3º 0.99% 0.67% -
XYZ 17.75 30.7 20.61 -
YUV 114.15 127.35 47.3 -
System Red Green Blue C M Y K H S L
Decimal 1 172 113 0.99 0 0.34 0.33 159.3 0.99 0.34
Hex 1 AC 71 63 0 22 21 9F 63 22
Octal 1 254 161 143 0 42 41 237 143 42
Binary 1 10101100 1110001 1100011 0 100010 100001 10011111 1100011 100010

Color Harmonies of #01AC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AC71

Black with #01AC71

Text Example


Text Example

White with #01AC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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