Html Css Color HEX #01AE5E Jade

📋 copy color: '#01AE5E'

red 1 ◦ green 174 ◦ blue 94

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

Shades of Jade #01AE5E

Tints of Jade #01AE5E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 64.68%

 BLUE value IS 94 (37.11% from 255) = 34.94%

R = 0.37%
G = 64.68%
B = 34.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#01AE5E (or 0x01AE5E) is known color: Jade. HEX triplet: 01, AE and 5E. RGB value is (1,174,94). Sum of RGB (Red+Green+Blue) = 1+174+94=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 174 (68.36% from 255 or 64.68% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AE5E is #FE51A1. Grayscale: #717171. Windows color (decimal): -16667042 or 6204929. OLE color: 6204929.

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

Color convert

RGB 1 174 94 -
CMYK 0.99 0 0.46 0.32
HSL 152.25º 0.99% 0.34% -
HSV(B) 152.25º 0.99% 0.68% -
XYZ 17.17 31.09 15.69 -
YUV 113.15 117.19 48 -
System Red Green Blue C M Y K H S L
Decimal 1 174 94 0.99 0 0.46 0.32 152.25 0.99 0.34
Hex 1 AE 5E 63 0 2E 20 98 63 22
Octal 1 256 136 143 0 56 40 230 143 42
Binary 1 10101110 1011110 1100011 0 101110 100000 10011000 1100011 100010

Color Harmonies of #01AE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AE5E

Black with #01AE5E

Text Example


Text Example

White with #01AE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,174,94); }

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

background-color css

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

 a { background-color: rgb(1,174,94); }

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

border-color css

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

 span { border-color: rgb(1,174,94); }

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