Html Css Color HEX #01A16B Jade

📋 copy color: '#01A16B'

red 1 ◦ green 161 ◦ blue 107

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

Shades of Jade #01A16B

Tints of Jade #01A16B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 59.85%

 BLUE value IS 107 (42.19% from 255) = 39.78%

R = 0.37%
G = 59.85%
B = 39.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#01A16B (or 0x01A16B) is known color: Jade. HEX triplet: 01, A1 and 6B. RGB value is (1,161,107). Sum of RGB (Red+Green+Blue) = 1+161+107=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 161 (63.28% from 255 or 59.85% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 161 - color contains mainly: green. Hex color #01A16B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A16B is #FE5E94. Grayscale: #6B6B6B. Windows color (decimal): -16670357 or 7053569. OLE color: 7053569.

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

Color convert

RGB 1 161 107 -
CMYK 0.99 0 0.34 0.37
HSL 159.75º 0.99% 0.32% -
HSV(B) 159.75º 0.99% 0.63% -
XYZ 15.41 26.56 18.22 -
YUV 107 127.99 52.39 -
System Red Green Blue C M Y K H S L
Decimal 1 161 107 0.99 0 0.34 0.37 159.75 0.99 0.32
Hex 1 A1 6B 63 0 22 25 A0 63 20
Octal 1 241 153 143 0 42 45 240 143 40
Binary 1 10100001 1101011 1100011 0 100010 100101 10100000 1100011 100000

Color Harmonies of #01A16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A16B

Black with #01A16B

Text Example


Text Example

White with #01A16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,161,107); }

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

background-color css

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

 a { background-color: rgb(1,161,107); }

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

border-color css

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

 span { border-color: rgb(1,161,107); }

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