Html Css Color HEX #01AC60 Jade

📋 copy color: '#01AC60'

red 1 ◦ green 172 ◦ blue 96

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

Shades of Jade #01AC60

Tints of Jade #01AC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.69%

R = 0.37%
G = 63.94%
B = 35.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#01AC60 (or 0x01AC60) is known color: Jade. HEX triplet: 01, AC and 60. RGB value is (1,172,96). Sum of RGB (Red+Green+Blue) = 1+172+96=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 172 (67.58% from 255 or 63.94% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AC60 is #FE539F. Grayscale: #707070. Windows color (decimal): -16667552 or 6335489. OLE color: 6335489.

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

Color convert

RGB 1 172 96 -
CMYK 0.99 0 0.44 0.33
HSL 153.33º 0.99% 0.34% -
HSV(B) 153.33º 0.99% 0.67% -
XYZ 16.88 30.36 16.04 -
YUV 112.21 118.85 48.68 -
System Red Green Blue C M Y K H S L
Decimal 1 172 96 0.99 0 0.44 0.33 153.33 0.99 0.34
Hex 1 AC 60 63 0 2C 21 99 63 22
Octal 1 254 140 143 0 54 41 231 143 42
Binary 1 10101100 1100000 1100011 0 101100 100001 10011001 1100011 100010

Color Harmonies of #01AC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AC60

Black with #01AC60

Text Example


Text Example

White with #01AC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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