#03AD98

Color #03AD98 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #03AD98

Tints of Persian Green #03AD98

Color information

#03AD98 (or 0x03AD98) is unknown color: approx Persian Green. HEX triplet: 03, AD and 98. RGB value is (3,173,152). Sum of RGB (Red+Green+Blue) = 3+173+152=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AD98 is #FC5267. Grayscale: #777777. Windows color (decimal): -16536168 or 10005763. OLE color: 10005763.

HSL color Cylindrical-coordinate representation of color #03AD98: hue angle of 172.59º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AD98 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB3173152-
CMYK0.9800.120.32
HSL172.59º96.59%34.51%-
HSV(B)172.59º98.27%67.84%-
XYZ20.6532.1734.83-
YUV119.78146.1844.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 173 (67.97% from 255) = 52.74%
BLUE value IS 152 (59.77% from 255) = 46.34%
R=0.91%
G=52.74%
B=46.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31731520.9800.120.32172.5996.5934.51
Hex3AD98620C20ad6123
Octal32552301420144025514143
Binary111010110110011000110001001100100000101011011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03AD98; }

 p { color: rgb(3,173,152); }

 H1.HeaderClassName
 {
   color: #03AD98;
 }
 .AnyTagClassName
 {
   color: #03AD98;
 }
</style>
background-color css

<style>
 a { background-color: #03AD98; }

 a { background-color: rgb(3,173,152); }

 div.DivClassName
 {
   background-color: #03AD98;
 }
 .BgClassName
 {
   background-color: #03AD98;
 }
</style>
border-color css

<style>
 span { border-color: #03AD98; }

 span { border-color: rgb(3,173,152); }

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