Html Css Color HEX #01AC62 Jade

📋 copy color: '#01AC62'

red 1 ◦ green 172 ◦ blue 98

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

Shades of Jade #01AC62

Tints of Jade #01AC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.16%

R = 0.37%
G = 63.47%
B = 36.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#01AC62 (or 0x01AC62) is known color: Jade. HEX triplet: 01, AC and 62. RGB value is (1,172,98). Sum of RGB (Red+Green+Blue) = 1+172+98=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 172 (67.58% from 255 or 63.47% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AC62 is #FE539D. Grayscale: #707070. Windows color (decimal): -16667550 or 6466561. OLE color: 6466561.

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

Color convert

RGB 1 172 98 -
CMYK 0.99 0 0.43 0.33
HSL 154.04º 0.99% 0.34% -
HSV(B) 154.04º 0.99% 0.67% -
XYZ 16.97 30.39 16.53 -
YUV 112.44 119.85 48.52 -
System Red Green Blue C M Y K H S L
Decimal 1 172 98 0.99 0 0.43 0.33 154.04 0.99 0.34
Hex 1 AC 62 63 0 2B 21 9A 63 22
Octal 1 254 142 143 0 53 41 232 143 42
Binary 1 10101100 1100010 1100011 0 101011 100001 10011010 1100011 100010

Color Harmonies of #01AC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AC62

Black with #01AC62

Text Example


Text Example

White with #01AC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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