Html Css Color HEX #04A577 Free Speech Aquamarine

📋 copy color: '#04A577'

red 4 ◦ green 165 ◦ blue 119

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

Shades of Free Speech Aquamarine #04A577

Tints of Free Speech Aquamarine #04A577

RGB

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

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

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

R = 1.39%
G = 57.29%
B = 41.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#04A577 (or 0x04A577) is known color: Free Speech Aquamarine. HEX triplet: 04, A5 and 77. RGB value is (4,165,119). Sum of RGB (Red+Green+Blue) = 4+165+119=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 165 (64.84% from 255 or 57.29% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 165 - color contains mainly: green. Hex color #04A577 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A577 is #FB5A88. Grayscale: #6F6F6F. Windows color (decimal): -16472713 or 7841028. OLE color: 7841028.

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

Color convert

RGB 4 165 119 -
CMYK 0.98 0 0.28 0.35
HSL 162.86º 0.95% 0.33% -
HSV(B) 162.86º 0.98% 0.65% -
XYZ 16.83 28.27 22.02 -
YUV 111.62 132.16 51.24 -
System Red Green Blue C M Y K H S L
Decimal 4 165 119 0.98 0 0.28 0.35 162.86 0.95 0.33
Hex 4 A5 77 62 0 1C 23 A3 5F 21
Octal 4 245 167 142 0 34 43 243 137 41
Binary 100 10100101 1110111 1100010 0 11100 100011 10100011 1011111 100001

Color Harmonies of #04A577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A577

Black with #04A577

Text Example


Text Example

White with #04A577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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