#009992

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

Shades of Persian Green #009992

Tints of Persian Green #009992

Color information

#009992 (or 0x009992) is unknown color: approx Persian Green. HEX triplet: 00, 99 and 92. RGB value is (0,153,146). Sum of RGB (Red+Green+Blue) = 0+153+146=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #009992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009992 is #FF666D. Grayscale: #6A6A6A. Windows color (decimal): -16737902 or 9607424. OLE color: 9607424.

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

Color convert

RGB0153146-
CMYK100.050.4
HSL177.25º100%30%-
HSV(B)177.25º100%60%-
XYZ16.5824.8631.12-
YUV106.46150.3152.07-

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.17%
BLUE value IS 146 (57.42% from 255) = 48.83%
R=0%
G=51.17%
B=48.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153146100.050.4177.2510030
Hex09992640528b1641e
Octal0231222144055026114436
Binary010011001100100101100100010110100010110001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009992; }

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

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

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

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

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

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

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

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