#009B8E

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

Shades of Persian Green #009B8E

Tints of Persian Green #009B8E

Color information

#009B8E (or 0x009B8E) is unknown color: approx Persian Green. HEX triplet: 00, 9B and 8E. RGB value is (0,155,142). Sum of RGB (Red+Green+Blue) = 0+155+142=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 155 (60.94% from 255 or 52.19% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 155 - color contains mainly: green. Hex color #009B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009B8E is #FF6471. Grayscale: #6B6B6B. Windows color (decimal): -16737394 or 9345792. OLE color: 9345792.

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

Color convert

RGB0155142-
CMYK100.080.39
HSL174.97º100%30.39%-
HSV(B)174.97º100%60.78%-
XYZ16.625.429.62-
YUV107.17147.6551.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 155 (60.94% from 255) = 52.19%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=0%
G=52.19%
B=47.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal0155142100.080.39174.9710030.39
Hex09B8E640827af641e
Octal02332161440104725714436
Binary0100110111000111011001000100010011110101111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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