Html Css Color HEX #01AC75 Jade

📋 copy color: '#01AC75'

red 1 ◦ green 172 ◦ blue 117

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

Shades of Jade #01AC75

Tints of Jade #01AC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.34%

R = 0.34%
G = 59.31%
B = 40.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#01AC75 (or 0x01AC75) is known color: Jade. HEX triplet: 01, AC and 75. RGB value is (1,172,117). Sum of RGB (Red+Green+Blue) = 1+172+117=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AC75 is #FE538A. Grayscale: #727272. Windows color (decimal): -16667531 or 7711745. OLE color: 7711745.

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

Color convert

RGB 1 172 117 -
CMYK 0.99 0 0.32 0.33
HSL 160.7º 0.99% 0.34% -
HSV(B) 160.7º 0.99% 0.67% -
XYZ 17.98 30.8 21.83 -
YUV 114.6 129.35 46.97 -
System Red Green Blue C M Y K H S L
Decimal 1 172 117 0.99 0 0.32 0.33 160.7 0.99 0.34
Hex 1 AC 75 63 0 20 21 A1 63 22
Octal 1 254 165 143 0 40 41 241 143 42
Binary 1 10101100 1110101 1100011 0 100000 100001 10100001 1100011 100010

Color Harmonies of #01AC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AC75

Black with #01AC75

Text Example


Text Example

White with #01AC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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