Html Css Color HEX #01A96B Jade

📋 copy color: '#01A96B'

red 1 ◦ green 169 ◦ blue 107

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

Shades of Jade #01A96B

Tints of Jade #01A96B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 61.01%

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

R = 0.36%
G = 61.01%
B = 38.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#01A96B (or 0x01A96B) is known color: Jade. HEX triplet: 01, A9 and 6B. RGB value is (1,169,107). Sum of RGB (Red+Green+Blue) = 1+169+107=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 169 (66.41% from 255 or 61.01% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 169 - color contains mainly: green. Hex color #01A96B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A96B is #FE5694. Grayscale: #6F6F6F. Windows color (decimal): -16668309 or 7055617. OLE color: 7055617.

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

Color convert

RGB 1 169 107 -
CMYK 0.99 0 0.37 0.34
HSL 157.86º 0.99% 0.33% -
HSV(B) 157.86º 0.99% 0.66% -
XYZ 16.85 29.44 18.7 -
YUV 111.7 125.34 49.04 -
System Red Green Blue C M Y K H S L
Decimal 1 169 107 0.99 0 0.37 0.34 157.86 0.99 0.33
Hex 1 A9 6B 63 0 25 22 9E 63 21
Octal 1 251 153 143 0 45 42 236 143 41
Binary 1 10101001 1101011 1100011 0 100101 100010 10011110 1100011 100001

Color Harmonies of #01A96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A96B

Black with #01A96B

Text Example


Text Example

White with #01A96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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