#009A98

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

Shades of Persian Green #009A98

Tints of Persian Green #009A98

Color information

#009A98 (or 0x009A98) is unknown color: approx Persian Green. HEX triplet: 00, 9A and 98. RGB value is (0,154,152). Sum of RGB (Red+Green+Blue) = 0+154+152=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 154 (60.55% from 255 or 50.33% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 154 - color contains mainly: green. Hex color #009A98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009A98 is #FF6567. Grayscale: #6B6B6B. Windows color (decimal): -16737640 or 10000896. OLE color: 10000896.

HSL color Cylindrical-coordinate representation of color #009A98: hue angle of 179.22º 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 #009A98 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB0154152-
CMYK100.010.40
HSL179.22º100%30.2%-
HSV(B)179.22º100%60.39%-
XYZ17.2225.3833.7-
YUV107.73152.9851.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 154 (60.55% from 255) = 50.33%
BLUE value IS 152 (59.77% from 255) = 49.67%
R=0%
G=50.33%
B=49.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal0154152100.010.40179.2210030.2
Hex09A98640128b3641e
Octal0232230144015026314436
Binary0100110101001100011001000110100010110011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009A98; }

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

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

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

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

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

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

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

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