Html Css Color HEX #04A09D Persian Green

📋 copy color: '#04A09D'

red 4 ◦ green 160 ◦ blue 157

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

Shades of Persian Green #04A09D

Tints of Persian Green #04A09D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.84%

 BLUE value IS 157 (61.72% from 255) = 48.91%

R = 1.25%
G = 49.84%
B = 48.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#04A09D (or 0x04A09D) is known color: Persian Green. HEX triplet: 04, A0 and 9D. RGB value is (4,160,157). Sum of RGB (Red+Green+Blue) = 4+160+157=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #04A09D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A09D is #FB5F62. Grayscale: #707070. Windows color (decimal): -16473955 or 10330116. OLE color: 10330116.

HSL color Cylindrical-coordinate representation of color #04A09D: hue angle of 178.85º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A09D is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 4 160 157 -
CMYK 0.98 0 0.02 0.37
HSL 178.85º 0.95% 0.32% -
HSV(B) 178.85º 0.98% 0.63% -
XYZ 18.71 27.6 36.24 -
YUV 113.01 152.82 50.24 -
System Red Green Blue C M Y K H S L
Decimal 4 160 157 0.98 0 0.02 0.37 178.85 0.95 0.32
Hex 4 A0 9D 62 0 2 25 B3 5F 20
Octal 4 240 235 142 0 2 45 263 137 40
Binary 100 10100000 10011101 1100010 0 10 100101 10110011 1011111 100000

Color Harmonies of #04A09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A09D

Black with #04A09D

Text Example


Text Example

White with #04A09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,160,157); }

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

background-color css

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

 a { background-color: rgb(4,160,157); }

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

border-color css

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

 span { border-color: rgb(4,160,157); }

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