Html Css Color HEX #04A570 Jade

📋 copy color: '#04A570'

red 4 ◦ green 165 ◦ blue 112

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

Shades of Jade #04A570

Tints of Jade #04A570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.86%

R = 1.42%
G = 58.72%
B = 39.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#04A570 (or 0x04A570) is known color: Jade. HEX triplet: 04, A5 and 70. RGB value is (4,165,112). Sum of RGB (Red+Green+Blue) = 4+165+112=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #04A570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A570 is #FB5A8F. Grayscale: #6E6E6E. Windows color (decimal): -16472720 or 7382276. OLE color: 7382276.

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

Color convert

RGB 4 165 112 -
CMYK 0.98 0 0.32 0.35
HSL 160.25º 0.95% 0.33% -
HSV(B) 160.25º 0.98% 0.65% -
XYZ 16.43 28.11 19.89 -
YUV 110.82 128.66 51.81 -
System Red Green Blue C M Y K H S L
Decimal 4 165 112 0.98 0 0.32 0.35 160.25 0.95 0.33
Hex 4 A5 70 62 0 20 23 A0 5F 21
Octal 4 245 160 142 0 40 43 240 137 41
Binary 100 10100101 1110000 1100010 0 100000 100011 10100000 1011111 100001

Color Harmonies of #04A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A570

Black with #04A570

Text Example


Text Example

White with #04A570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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