Html Css Color HEX #01A46E Jade

📋 copy color: '#01A46E'

red 1 ◦ green 164 ◦ blue 110

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

Shades of Jade #01A46E

Tints of Jade #01A46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40%

R = 0.36%
G = 59.64%
B = 40%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#01A46E (or 0x01A46E) is known color: Jade. HEX triplet: 01, A4 and 6E. RGB value is (1,164,110). Sum of RGB (Red+Green+Blue) = 1+164+110=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 164 (64.45% from 255 or 59.64% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 164 - color contains mainly: green. Hex color #01A46E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A46E is #FE5B91. Grayscale: #6D6D6D. Windows color (decimal): -16669586 or 7250945. OLE color: 7250945.

HSL color Cylindrical-coordinate representation of color #01A46E: hue angle of 160.12º 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 #01A46E is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 164 110 -
CMYK 0.99 0 0.33 0.36
HSL 160.12º 0.99% 0.32% -
HSV(B) 160.12º 0.99% 0.64% -
XYZ 16.1 27.68 19.25 -
YUV 109.11 128.5 50.89 -
System Red Green Blue C M Y K H S L
Decimal 1 164 110 0.99 0 0.33 0.36 160.12 0.99 0.32
Hex 1 A4 6E 63 0 21 24 A0 63 20
Octal 1 244 156 143 0 41 44 240 143 40
Binary 1 10100100 1101110 1100011 0 100001 100100 10100000 1100011 100000

Color Harmonies of #01A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A46E

Black with #01A46E

Text Example


Text Example

White with #01A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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