Html Css Color HEX #04A290 Persian Green

📋 copy color: '#04A290'

red 4 ◦ green 162 ◦ blue 144

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

Shades of Persian Green #04A290

Tints of Persian Green #04A290

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.26%

 BLUE value IS 144 (56.64% from 255) = 46.45%

R = 1.29%
G = 52.26%
B = 46.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#04A290 (or 0x04A290) is known color: Persian Green. HEX triplet: 04, A2 and 90. RGB value is (4,162,144). Sum of RGB (Red+Green+Blue) = 4+162+144=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #04A290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A290 is #FB5D6F. Grayscale: #707070. Windows color (decimal): -16473456 or 9478660. OLE color: 9478660.

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

Color convert

RGB 4 162 144 -
CMYK 0.98 0 0.11 0.36
HSL 173.16º 0.95% 0.33% -
HSV(B) 173.16º 0.98% 0.64% -
XYZ 18 27.88 30.82 -
YUV 112.71 145.65 50.46 -
System Red Green Blue C M Y K H S L
Decimal 4 162 144 0.98 0 0.11 0.36 173.16 0.95 0.33
Hex 4 A2 90 62 0 B 24 AD 5F 21
Octal 4 242 220 142 0 13 44 255 137 41
Binary 100 10100010 10010000 1100010 0 1011 100100 10101101 1011111 100001

Color Harmonies of #04A290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A290

Black with #04A290

Text Example


Text Example

White with #04A290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,162,144); }

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

background-color css

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

 a { background-color: rgb(4,162,144); }

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

border-color css

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

 span { border-color: rgb(4,162,144); }

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