Html Css Color HEX #01AC68 Jade

📋 copy color: '#01AC68'

red 1 ◦ green 172 ◦ blue 104

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

Shades of Jade #01AC68

Tints of Jade #01AC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.55%

R = 0.36%
G = 62.09%
B = 37.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#01AC68 (or 0x01AC68) is known color: Jade. HEX triplet: 01, AC and 68. RGB value is (1,172,104). Sum of RGB (Red+Green+Blue) = 1+172+104=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 172 (67.58% from 255 or 62.09% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AC68 is #FE5397. Grayscale: #717171. Windows color (decimal): -16667544 or 6859777. OLE color: 6859777.

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

Color convert

RGB 1 172 104 -
CMYK 0.99 0 0.40 0.33
HSL 156.14º 0.99% 0.34% -
HSV(B) 156.14º 0.99% 0.67% -
XYZ 17.26 30.51 18.08 -
YUV 113.12 122.85 48.03 -
System Red Green Blue C M Y K H S L
Decimal 1 172 104 0.99 0 0.40 0.33 156.14 0.99 0.34
Hex 1 AC 68 63 0 28 21 9C 63 22
Octal 1 254 150 143 0 50 41 234 143 42
Binary 1 10101100 1101000 1100011 0 101000 100001 10011100 1100011 100010

Color Harmonies of #01AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AC68

Black with #01AC68

Text Example


Text Example

White with #01AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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