Html Css Color HEX #04A194 Persian Green

📋 copy color: '#04A194'

red 4 ◦ green 161 ◦ blue 148

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

Shades of Persian Green #04A194

Tints of Persian Green #04A194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.28%

R = 1.28%
G = 51.44%
B = 47.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#04A194 (or 0x04A194) is known color: Persian Green. HEX triplet: 04, A1 and 94. RGB value is (4,161,148). Sum of RGB (Red+Green+Blue) = 4+161+148=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #04A194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A194 is #FB5E6B. Grayscale: #707070. Windows color (decimal): -16473708 or 9740548. OLE color: 9740548.

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

Color convert

RGB 4 161 148 -
CMYK 0.98 0 0.08 0.37
HSL 175.03º 0.95% 0.32% -
HSV(B) 175.03º 0.98% 0.63% -
XYZ 18.14 27.65 32.4 -
YUV 112.58 147.99 50.56 -
System Red Green Blue C M Y K H S L
Decimal 4 161 148 0.98 0 0.08 0.37 175.03 0.95 0.32
Hex 4 A1 94 62 0 8 25 AF 5F 20
Octal 4 241 224 142 0 10 45 257 137 40
Binary 100 10100001 10010100 1100010 0 1000 100101 10101111 1011111 100000

Color Harmonies of #04A194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A194

Black with #04A194

Text Example


Text Example

White with #04A194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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