Html Css Color HEX #04A497 Persian Green

📋 copy color: '#04A497'

red 4 ◦ green 164 ◦ blue 151

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

Shades of Persian Green #04A497

Tints of Persian Green #04A497

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.41%

 BLUE value IS 151 (59.38% from 255) = 47.34%

R = 1.25%
G = 51.41%
B = 47.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#04A497 (or 0x04A497) is known color: Persian Green. HEX triplet: 04, A4 and 97. RGB value is (4,164,151). Sum of RGB (Red+Green+Blue) = 4+164+151=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #04A497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A497 is #FB5B68. Grayscale: #727272. Windows color (decimal): -16472937 or 9937924. OLE color: 9937924.

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

Color convert

RGB 4 164 151 -
CMYK 0.98 0 0.08 0.36
HSL 175.13º 0.95% 0.33% -
HSV(B) 175.13º 0.98% 0.64% -
XYZ 18.91 28.81 33.84 -
YUV 114.68 148.49 49.06 -
System Red Green Blue C M Y K H S L
Decimal 4 164 151 0.98 0 0.08 0.36 175.13 0.95 0.33
Hex 4 A4 97 62 0 8 24 AF 5F 21
Octal 4 244 227 142 0 10 44 257 137 41
Binary 100 10100100 10010111 1100010 0 1000 100100 10101111 1011111 100001

Color Harmonies of #04A497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A497

Black with #04A497

Text Example


Text Example

White with #04A497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,164,151); }

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

background-color css

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

 a { background-color: rgb(4,164,151); }

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

border-color css

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

 span { border-color: rgb(4,164,151); }

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