Html Css Color HEX #01AD6F Jade

📋 copy color: '#01AD6F'

red 1 ◦ green 173 ◦ blue 111

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

Shades of Jade #01AD6F

Tints of Jade #01AD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 0.35%
G = 60.7%
B = 38.95%

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

#01AD6F (or 0x01AD6F) is known color: Jade. HEX triplet: 01, AD and 6F. RGB value is (1,173,111). Sum of RGB (Red+Green+Blue) = 1+173+111=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AD6F is #FE5290. Grayscale: #727272. Windows color (decimal): -16667281 or 7318785. OLE color: 7318785.

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

Color convert

RGB 1 173 111 -
CMYK 0.99 0 0.36 0.32
HSL 158.37º 0.99% 0.34% -
HSV(B) 158.37º 0.99% 0.68% -
XYZ 17.83 31.04 20.09 -
YUV 114.5 126.02 47.04 -
System Red Green Blue C M Y K H S L
Decimal 1 173 111 0.99 0 0.36 0.32 158.37 0.99 0.34
Hex 1 AD 6F 63 0 24 20 9E 63 22
Octal 1 255 157 143 0 44 40 236 143 42
Binary 1 10101101 1101111 1100011 0 100100 100000 10011110 1100011 100010

Color Harmonies of #01AD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AD6F

Black with #01AD6F

Text Example


Text Example

White with #01AD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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