Html Css Color HEX #009C91 Persian Green

📋 copy color: '#009C91'

red 0 ◦ green 156 ◦ blue 145

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

Shades of Persian Green #009C91

Tints of Persian Green #009C91

RGB

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

 GREEN value IS 156 (61.33% from 255) = 51.83%

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

R = 0%
G = 51.83%
B = 48.17%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#009C91 (or 0x009C91) is known color: Persian Green. HEX triplet: 00, 9C and 91. RGB value is (0,156,145). Sum of RGB (Red+Green+Blue) = 0+156+145=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #009C91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009C91 is #FF636E. Grayscale: #6B6B6B. Windows color (decimal): -16737135 or 9542656. OLE color: 9542656.

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

Color convert

RGB 0 156 145 -
CMYK 1 0 0.07 0.39
HSL 175.77º 1% 0.31% -
HSV(B) 175.77º 1% 0.61% -
XYZ 17 25.82 30.88 -
YUV 108.1 148.82 50.89 -
System Red Green Blue C M Y K H S L
Decimal 0 156 145 1 0 0.07 0.39 175.77 1 0.31
Hex 0 9C 91 64 0 7 27 B0 64 1F
Octal 0 234 221 144 0 7 47 260 144 37
Binary 0 10011100 10010001 1100100 0 111 100111 10110000 1100100 11111

Color Harmonies of #009C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C91

Black with #009C91

Text Example


Text Example

White with #009C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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