Html Css Color HEX #01AF6F Jade

📋 copy color: '#01AF6F'

red 1 ◦ green 175 ◦ blue 111

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

Shades of Jade #01AF6F

Tints of Jade #01AF6F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 60.98%

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

R = 0.35%
G = 60.98%
B = 38.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#01AF6F (or 0x01AF6F) is known color: Jade. HEX triplet: 01, AF and 6F. RGB value is (1,175,111). Sum of RGB (Red+Green+Blue) = 1+175+111=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AF6F is #FE5090. Grayscale: #737373. Windows color (decimal): -16666769 or 7319297. OLE color: 7319297.

HSL color Cylindrical-coordinate representation of color #01AF6F: hue angle of 157.93º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AF6F is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 175 111 -
CMYK 0.99 0 0.37 0.31
HSL 157.93º 0.99% 0.35% -
HSV(B) 157.93º 0.99% 0.69% -
XYZ 18.21 31.81 20.22 -
YUV 115.68 125.35 46.2 -
System Red Green Blue C M Y K H S L
Decimal 1 175 111 0.99 0 0.37 0.31 157.93 0.99 0.35
Hex 1 AF 6F 63 0 25 1F 9E 63 23
Octal 1 257 157 143 0 45 37 236 143 43
Binary 1 10101111 1101111 1100011 0 100101 11111 10011110 1100011 100011

Color Harmonies of #01AF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AF6F

Black with #01AF6F

Text Example


Text Example

White with #01AF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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