Html Css Color HEX #04A192 Persian Green

📋 copy color: '#04A192'

red 4 ◦ green 161 ◦ blue 146

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

Shades of Persian Green #04A192

Tints of Persian Green #04A192

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.77%

 BLUE value IS 146 (57.42% from 255) = 46.95%

R = 1.29%
G = 51.77%
B = 46.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#04A192 (or 0x04A192) is known color: Persian Green. HEX triplet: 04, A1 and 92. RGB value is (4,161,146). Sum of RGB (Red+Green+Blue) = 4+161+146=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #04A192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A192 is #FB5E6D. Grayscale: #707070. Windows color (decimal): -16473710 or 9609476. OLE color: 9609476.

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

Color convert

RGB 4 161 146 -
CMYK 0.98 0 0.09 0.37
HSL 174.27º 0.95% 0.32% -
HSV(B) 174.27º 0.98% 0.63% -
XYZ 17.98 27.59 31.57 -
YUV 112.35 146.99 50.72 -
System Red Green Blue C M Y K H S L
Decimal 4 161 146 0.98 0 0.09 0.37 174.27 0.95 0.32
Hex 4 A1 92 62 0 9 25 AE 5F 20
Octal 4 241 222 142 0 11 45 256 137 40
Binary 100 10100001 10010010 1100010 0 1001 100101 10101110 1011111 100000

Color Harmonies of #04A192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A192

Black with #04A192

Text Example


Text Example

White with #04A192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,161,146); }

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

background-color css

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

 a { background-color: rgb(4,161,146); }

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

border-color css

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

 span { border-color: rgb(4,161,146); }

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