Html Css Color HEX #04A572 Jade

📋 copy color: '#04A572'

red 4 ◦ green 165 ◦ blue 114

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

Shades of Jade #04A572

Tints of Jade #04A572

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.3%

 BLUE value IS 114 (44.92% from 255) = 40.28%

R = 1.41%
G = 58.3%
B = 40.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#04A572 (or 0x04A572) is known color: Jade. HEX triplet: 04, A5 and 72. RGB value is (4,165,114). Sum of RGB (Red+Green+Blue) = 4+165+114=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #04A572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A572 is #FB5A8D. Grayscale: #6F6F6F. Windows color (decimal): -16472718 or 7513348. OLE color: 7513348.

HSL color Cylindrical-coordinate representation of color #04A572: hue angle of 160.99º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A572 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 4 165 114 -
CMYK 0.98 0 0.31 0.35
HSL 160.99º 0.95% 0.33% -
HSV(B) 160.99º 0.98% 0.65% -
XYZ 16.54 28.15 20.48 -
YUV 111.05 129.66 51.65 -
System Red Green Blue C M Y K H S L
Decimal 4 165 114 0.98 0 0.31 0.35 160.99 0.95 0.33
Hex 4 A5 72 62 0 1F 23 A1 5F 21
Octal 4 245 162 142 0 37 43 241 137 41
Binary 100 10100101 1110010 1100010 0 11111 100011 10100001 1011111 100001

Color Harmonies of #04A572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A572

Black with #04A572

Text Example


Text Example

White with #04A572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,165,114); }

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

background-color css

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

 a { background-color: rgb(4,165,114); }

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

border-color css

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

 span { border-color: rgb(4,165,114); }

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