#00998E

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

Shades of Persian Green #00998E

Tints of Persian Green #00998E

Color information

#00998E (or 0x00998E) is unknown color: approx Persian Green. HEX triplet: 00, 99 and 8E. RGB value is (0,153,142). Sum of RGB (Red+Green+Blue) = 0+153+142=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #00998E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00998E is #FF6671. Grayscale: #696969. Windows color (decimal): -16737906 or 9345280. OLE color: 9345280.

HSL color Cylindrical-coordinate representation of color #00998E: hue angle of 175.69º 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 #00998E is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB0153142-
CMYK100.070.4
HSL175.69º100%30%-
HSV(B)175.69º100%60%-
XYZ16.2724.7429.51-
YUV106148.3152.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 51.86%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=0%
G=51.86%
B=48.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153142100.070.4175.6910030
Hex0998E640728b0641e
Octal0231216144075026014436
Binary010011001100011101100100011110100010110000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00998E; }

 p { color: rgb(0,153,142); }

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

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

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

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

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

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

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