Html Css Color HEX #01A470 Jade

📋 copy color: '#01A470'

red 1 ◦ green 164 ◦ blue 112

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

Shades of Jade #01A470

Tints of Jade #01A470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 59.21%

 BLUE value IS 112 (44.14% from 255) = 40.43%

R = 0.36%
G = 59.21%
B = 40.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#01A470 (or 0x01A470) is known color: Jade. HEX triplet: 01, A4 and 70. RGB value is (1,164,112). Sum of RGB (Red+Green+Blue) = 1+164+112=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 164 (64.45% from 255 or 59.21% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 164 - color contains mainly: green. Hex color #01A470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A470 is #FE5B8F. Grayscale: #6D6D6D. Windows color (decimal): -16669584 or 7382017. OLE color: 7382017.

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

Color convert

RGB 1 164 112 -
CMYK 0.99 0 0.32 0.36
HSL 160.86º 0.99% 0.32% -
HSV(B) 160.86º 0.99% 0.64% -
XYZ 16.21 27.73 19.83 -
YUV 109.34 129.5 50.73 -
System Red Green Blue C M Y K H S L
Decimal 1 164 112 0.99 0 0.32 0.36 160.86 0.99 0.32
Hex 1 A4 70 63 0 20 24 A1 63 20
Octal 1 244 160 143 0 40 44 241 143 40
Binary 1 10100100 1110000 1100011 0 100000 100100 10100001 1100011 100000

Color Harmonies of #01A470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A470

Black with #01A470

Text Example


Text Example

White with #01A470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,164,112); }

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

background-color css

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

 a { background-color: rgb(1,164,112); }

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

border-color css

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

 span { border-color: rgb(1,164,112); }

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