Html Css Color HEX #009D91 Persian Green

📋 copy color: '#009D91'

red 0 ◦ green 157 ◦ blue 145

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

Shades of Persian Green #009D91

Tints of Persian Green #009D91

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.99%

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

R = 0%
G = 51.99%
B = 48.01%

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

#009D91 (or 0x009D91) is known color: Persian Green. HEX triplet: 00, 9D and 91. RGB value is (0,157,145). Sum of RGB (Red+Green+Blue) = 0+157+145=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 157 (61.72% from 255 or 51.99% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 157 - color contains mainly: green. Hex color #009D91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009D91 is #FF626E. Grayscale: #6C6C6C. Windows color (decimal): -16736879 or 9542912. OLE color: 9542912.

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

Color convert

RGB 0 157 145 -
CMYK 1 0 0.08 0.38
HSL 175.41º 1% 0.31% -
HSV(B) 175.41º 1% 0.62% -
XYZ 17.17 26.16 30.93 -
YUV 108.69 148.49 50.48 -
System Red Green Blue C M Y K H S L
Decimal 0 157 145 1 0 0.08 0.38 175.41 1 0.31
Hex 0 9D 91 64 0 8 26 AF 64 1F
Octal 0 235 221 144 0 10 46 257 144 37
Binary 0 10011101 10010001 1100100 0 1000 100110 10101111 1100100 11111

Color Harmonies of #009D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009D91

Black with #009D91

Text Example


Text Example

White with #009D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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