Html Css Color HEX #01AC6A Jade

📋 copy color: '#01AC6A'

red 1 ◦ green 172 ◦ blue 106

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

Shades of Jade #01AC6A

Tints of Jade #01AC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 0.36%
G = 61.65%
B = 37.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#01AC6A (or 0x01AC6A) is known color: Jade. HEX triplet: 01, AC and 6A. RGB value is (1,172,106). Sum of RGB (Red+Green+Blue) = 1+172+106=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 172 (67.58% from 255 or 61.65% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AC6A is #FE5395. Grayscale: #717171. Windows color (decimal): -16667542 or 6990849. OLE color: 6990849.

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

Color convert

RGB 1 172 106 -
CMYK 0.99 0 0.38 0.33
HSL 156.84º 0.99% 0.34% -
HSV(B) 156.84º 0.99% 0.67% -
XYZ 17.37 30.55 18.62 -
YUV 113.35 123.85 47.87 -
System Red Green Blue C M Y K H S L
Decimal 1 172 106 0.99 0 0.38 0.33 156.84 0.99 0.34
Hex 1 AC 6A 63 0 26 21 9D 63 22
Octal 1 254 152 143 0 46 41 235 143 42
Binary 1 10101100 1101010 1100011 0 100110 100001 10011101 1100011 100010

Color Harmonies of #01AC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AC6A

Black with #01AC6A

Text Example


Text Example

White with #01AC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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