#009898

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

Shades of Persian Green #009898

Tints of Persian Green #009898

Color information

#009898 (or 0x009898) is unknown color: approx Persian Green. HEX triplet: 00, 98 and 98. RGB value is (0,152,152). Sum of RGB (Red+Green+Blue) = 0+152+152=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #009898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009898 is #FF6767. Grayscale: #6A6A6A. Windows color (decimal): -16738152 or 10000384. OLE color: 10000384.

HSL color Cylindrical-coordinate representation of color #009898: hue angle of 180º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009898 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB0152152-
CMYK1000.40
HSL180º100%29.8%-
HSV(B)180º100%59.61%-
XYZ16.924.7233.59-
YUV106.55153.6452-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 152 (59.77% from 255) = 50%
BLUE value IS 152 (59.77% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal01521521000.4018010029.8
Hex09898640028b4641e
Octal0230230144005026414436
Binary0100110001001100011001000010100010110100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009898; }

 p { color: rgb(0,152,152); }

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

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

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

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

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

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

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