#099E94

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

Shades of Persian Green #099E94

Tints of Persian Green #099E94

Color information

#099E94 (or 0x099E94) is unknown color: approx Persian Green. HEX triplet: 09, 9E and 94. RGB value is (9,158,148). Sum of RGB (Red+Green+Blue) = 9+158+148=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #099E94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099E94 is #F6616B. Grayscale: #707070. Windows color (decimal): -16146796 or 9739785. OLE color: 9739785.

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

Color convert

RGB9158148-
CMYK0.9400.060.38
HSL175.97º89.22%32.75%-
HSV(B)175.97º94.3%61.96%-
XYZ17.6826.6532.23-
YUV112.31148.1454.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.86%
GREEN value IS 158 (62.11% from 255) = 50.16%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=2.86%
G=50.16%
B=46.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91581480.9400.060.38175.9789.2232.75
Hex99E945E0626b05921
Octal11236224136064626013141
Binary1001100111101001010010111100110100110101100001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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