Html Css Color HEX #04A565 Jade

📋 copy color: '#04A565'

red 4 ◦ green 165 ◦ blue 101

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

Shades of Jade #04A565

Tints of Jade #04A565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.41%

R = 1.48%
G = 61.11%
B = 37.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#04A565 (or 0x04A565) is known color: Jade. HEX triplet: 04, A5 and 65. RGB value is (4,165,101). Sum of RGB (Red+Green+Blue) = 4+165+101=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 165 (64.84% from 255 or 61.11% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 165 - color contains mainly: green. Hex color #04A565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A565 is #FB5A9A. Grayscale: #6D6D6D. Windows color (decimal): -16472731 or 6661380. OLE color: 6661380.

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

Color convert

RGB 4 165 101 -
CMYK 0.98 0 0.39 0.35
HSL 156.15º 0.95% 0.33% -
HSV(B) 156.15º 0.98% 0.65% -
XYZ 15.85 27.88 16.86 -
YUV 109.57 123.16 52.7 -
System Red Green Blue C M Y K H S L
Decimal 4 165 101 0.98 0 0.39 0.35 156.15 0.95 0.33
Hex 4 A5 65 62 0 27 23 9C 5F 21
Octal 4 245 145 142 0 47 43 234 137 41
Binary 100 10100101 1100101 1100010 0 100111 100011 10011100 1011111 100001

Color Harmonies of #04A565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A565

Black with #04A565

Text Example


Text Example

White with #04A565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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