Html Css Color HEX #04AE5E Jade

📋 copy color: '#04AE5E'

red 4 ◦ green 174 ◦ blue 94

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

Shades of Jade #04AE5E

Tints of Jade #04AE5E

RGB

 RED value IS 4 (1.95% from 255) = 1.47%

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

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

R = 1.47%
G = 63.97%
B = 34.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#04AE5E (or 0x04AE5E) is known color: Jade. HEX triplet: 04, AE and 5E. RGB value is (4,174,94). Sum of RGB (Red+Green+Blue) = 4+174+94=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 174 (68.36% from 255 or 63.97% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 174 - color contains mainly: green. Hex color #04AE5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AE5E is #FB51A1. Grayscale: #727272. Windows color (decimal): -16470434 or 6204932. OLE color: 6204932.

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

Color convert

RGB 4 174 94 -
CMYK 0.98 0 0.46 0.32
HSL 151.76º 0.96% 0.35% -
HSV(B) 151.76º 0.98% 0.68% -
XYZ 17.21 31.11 15.69 -
YUV 114.05 116.68 49.5 -
System Red Green Blue C M Y K H S L
Decimal 4 174 94 0.98 0 0.46 0.32 151.76 0.96 0.35
Hex 4 AE 5E 62 0 2E 20 98 60 23
Octal 4 256 136 142 0 56 40 230 140 43
Binary 100 10101110 1011110 1100010 0 101110 100000 10011000 1100000 100011

Color Harmonies of #04AE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AE5E

Black with #04AE5E

Text Example


Text Example

White with #04AE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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