Html Css Color HEX #009E91 Persian Green

📋 copy color: '#009E91'

red 0 ◦ green 158 ◦ blue 145

#009E91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #009E91

Tints of Persian Green #009E91

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 158 (62.11% from 255) = 52.15%

 BLUE value IS 145 (57.03% from 255) = 47.85%

R = 0%
G = 52.15%
B = 47.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#009E91 (or 0x009E91) is known color: Persian Green. HEX triplet: 00, 9E and 91. RGB value is (0,158,145). Sum of RGB (Red+Green+Blue) = 0+158+145=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #009E91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009E91 is #FF616E. Grayscale: #6D6D6D. Windows color (decimal): -16736623 or 9543168. OLE color: 9543168.

HSL color Cylindrical-coordinate representation of color #009E91: hue angle of 175.06º 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 #009E91 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 158 145 -
CMYK 1 0 0.08 0.38
HSL 175.06º 1% 0.31% -
HSV(B) 175.06º 1% 0.62% -
XYZ 17.34 26.5 30.99 -
YUV 109.28 148.15 50.06 -
System Red Green Blue C M Y K H S L
Decimal 0 158 145 1 0 0.08 0.38 175.06 1 0.31
Hex 0 9E 91 64 0 8 26 AF 64 1F
Octal 0 236 221 144 0 10 46 257 144 37
Binary 0 10011110 10010001 1100100 0 1000 100110 10101111 1100100 11111

Color Harmonies of #009E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009E91

Black with #009E91

Text Example


Text Example

White with #009E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #009E91;
 }
 .AnyTagClassName
 {
   color: #009E91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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