Html Css Color HEX #04AE77 Jade

📋 copy color: '#04AE77'

red 4 ◦ green 174 ◦ blue 119

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

Shades of Jade #04AE77

Tints of Jade #04AE77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.07%

R = 1.35%
G = 58.59%
B = 40.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#04AE77 (or 0x04AE77) is known color: Jade. HEX triplet: 04, AE and 77. RGB value is (4,174,119). Sum of RGB (Red+Green+Blue) = 4+174+119=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 174 (68.36% from 255 or 58.59% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 174 - color contains mainly: green. Hex color #04AE77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AE77 is #FB5188. Grayscale: #747474. Windows color (decimal): -16470409 or 7843332. OLE color: 7843332.

HSL color Cylindrical-coordinate representation of color #04AE77: hue angle of 160.59º 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 #04AE77 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 174 119 -
CMYK 0.98 0 0.32 0.32
HSL 160.59º 0.96% 0.35% -
HSV(B) 160.59º 0.98% 0.68% -
XYZ 18.52 31.63 22.58 -
YUV 116.9 129.18 47.47 -
System Red Green Blue C M Y K H S L
Decimal 4 174 119 0.98 0 0.32 0.32 160.59 0.96 0.35
Hex 4 AE 77 62 0 20 20 A1 60 23
Octal 4 256 167 142 0 40 40 241 140 43
Binary 100 10101110 1110111 1100010 0 100000 100000 10100001 1100000 100011

Color Harmonies of #04AE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AE77

Black with #04AE77

Text Example


Text Example

White with #04AE77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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