Html Css Color HEX #04A296 Persian Green

📋 copy color: '#04A296'

red 4 ◦ green 162 ◦ blue 150

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

Shades of Persian Green #04A296

Tints of Persian Green #04A296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.47%

R = 1.27%
G = 51.27%
B = 47.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#04A296 (or 0x04A296) is known color: Persian Green. HEX triplet: 04, A2 and 96. RGB value is (4,162,150). Sum of RGB (Red+Green+Blue) = 4+162+150=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #04A296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A296 is #FB5D69. Grayscale: #717171. Windows color (decimal): -16473450 or 9871876. OLE color: 9871876.

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

Color convert

RGB 4 162 150 -
CMYK 0.98 0 0.07 0.36
HSL 175.44º 0.95% 0.33% -
HSV(B) 175.44º 0.98% 0.64% -
XYZ 18.48 28.07 33.3 -
YUV 113.39 148.65 49.98 -
System Red Green Blue C M Y K H S L
Decimal 4 162 150 0.98 0 0.07 0.36 175.44 0.95 0.33
Hex 4 A2 96 62 0 7 24 AF 5F 21
Octal 4 242 226 142 0 7 44 257 137 41
Binary 100 10100010 10010110 1100010 0 111 100100 10101111 1011111 100001

Color Harmonies of #04A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A296

Black with #04A296

Text Example


Text Example

White with #04A296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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