#009E94

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

Shades of Persian Green #009E94

Tints of Persian Green #009E94

Color information

#009E94 (or 0x009E94) is unknown color: approx Persian Green. HEX triplet: 00, 9E and 94. RGB value is (0,158,148). Sum of RGB (Red+Green+Blue) = 0+158+148=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 158 (62.11% from 255 or 51.63% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 158 - color contains mainly: green. Hex color #009E94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009E94 is #FF616B. Grayscale: #6D6D6D. Windows color (decimal): -16736620 or 9739776. OLE color: 9739776.

HSL color Cylindrical-coordinate representation of color #009E94: hue angle of 176.2º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009E94 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB0158148-
CMYK100.060.38
HSL176.2º100%30.98%-
HSV(B)176.2º100%61.96%-
XYZ17.5726.5932.22-
YUV109.62149.6549.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 158 (62.11% from 255) = 51.63%
BLUE value IS 148 (58.20% from 255) = 48.37%
R=0%
G=51.63%
B=48.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0158148100.060.38176.210030.98
Hex09E94640626b0641f
Octal0236224144064626014437
Binary010011110100101001100100011010011010110000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,158,148); }

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

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

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

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

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

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

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