Html Css Color HEX #01AD6E Jade

📋 copy color: '#01AD6E'

red 1 ◦ green 173 ◦ blue 110

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

Shades of Jade #01AD6E

Tints of Jade #01AD6E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 60.92%

 BLUE value IS 110 (43.36% from 255) = 38.73%

R = 0.35%
G = 60.92%
B = 38.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#01AD6E (or 0x01AD6E) is known color: Jade. HEX triplet: 01, AD and 6E. RGB value is (1,173,110). Sum of RGB (Red+Green+Blue) = 1+173+110=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 173 (67.97% from 255 or 60.92% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AD6E is #FE5291. Grayscale: #727272. Windows color (decimal): -16667282 or 7253249. OLE color: 7253249.

HSL color Cylindrical-coordinate representation of color #01AD6E: hue angle of 158.02º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AD6E is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 173 110 -
CMYK 0.99 0 0.36 0.32
HSL 158.02º 0.99% 0.34% -
HSV(B) 158.02º 0.99% 0.68% -
XYZ 17.77 31.02 19.8 -
YUV 114.39 125.52 47.12 -
System Red Green Blue C M Y K H S L
Decimal 1 173 110 0.99 0 0.36 0.32 158.02 0.99 0.34
Hex 1 AD 6E 63 0 24 20 9E 63 22
Octal 1 255 156 143 0 44 40 236 143 42
Binary 1 10101101 1101110 1100011 0 100100 100000 10011110 1100011 100010

Color Harmonies of #01AD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AD6E

Black with #01AD6E

Text Example


Text Example

White with #01AD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,173,110); }

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

background-color css

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

 a { background-color: rgb(1,173,110); }

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

border-color css

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

 span { border-color: rgb(1,173,110); }

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