Html Css Color HEX #01A671 Jade

📋 copy color: '#01A671'

red 1 ◦ green 166 ◦ blue 113

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

Shades of Jade #01A671

Tints of Jade #01A671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 59.29%

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 0.36%
G = 59.29%
B = 40.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#01A671 (or 0x01A671) is known color: Jade. HEX triplet: 01, A6 and 71. RGB value is (1,166,113). Sum of RGB (Red+Green+Blue) = 1+166+113=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 166 (65.23% from 255 or 59.29% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 166 - color contains mainly: green. Hex color #01A671 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A671 is #FE598E. Grayscale: #6E6E6E. Windows color (decimal): -16669071 or 7448065. OLE color: 7448065.

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

Color convert

RGB 1 166 113 -
CMYK 0.99 0 0.32 0.35
HSL 160.73º 0.99% 0.33% -
HSV(B) 160.73º 0.99% 0.65% -
XYZ 16.63 28.47 20.24 -
YUV 110.62 129.34 49.81 -
System Red Green Blue C M Y K H S L
Decimal 1 166 113 0.99 0 0.32 0.35 160.73 0.99 0.33
Hex 1 A6 71 63 0 20 23 A1 63 21
Octal 1 246 161 143 0 40 43 241 143 41
Binary 1 10100110 1110001 1100011 0 100000 100011 10100001 1100011 100001

Color Harmonies of #01A671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A671

Black with #01A671

Text Example


Text Example

White with #01A671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,166,113); }

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

background-color css

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

 a { background-color: rgb(1,166,113); }

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

border-color css

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

 span { border-color: rgb(1,166,113); }

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