Html Css Color HEX #04AE7A Jade

📋 copy color: '#04AE7A'

red 4 ◦ green 174 ◦ blue 122

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

Shades of Jade #04AE7A

Tints of Jade #04AE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.67%

R = 1.33%
G = 58%
B = 40.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#04AE7A (or 0x04AE7A) is known color: Jade. HEX triplet: 04, AE and 7A. RGB value is (4,174,122). Sum of RGB (Red+Green+Blue) = 4+174+122=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #04AE7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AE7A is #FB5185. Grayscale: #757575. Windows color (decimal): -16470406 or 8039940. OLE color: 8039940.

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

Color convert

RGB 4 174 122 -
CMYK 0.98 0 0.30 0.32
HSL 161.65º 0.96% 0.35% -
HSV(B) 161.65º 0.98% 0.68% -
XYZ 18.7 31.7 23.55 -
YUV 117.24 130.68 47.23 -
System Red Green Blue C M Y K H S L
Decimal 4 174 122 0.98 0 0.30 0.32 161.65 0.96 0.35
Hex 4 AE 7A 62 0 1E 20 A2 60 23
Octal 4 256 172 142 0 36 40 242 140 43
Binary 100 10101110 1111010 1100010 0 11110 100000 10100010 1100000 100011

Color Harmonies of #04AE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AE7A

Black with #04AE7A

Text Example


Text Example

White with #04AE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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