Html Css Color HEX #009D96 Persian Green

📋 copy color: '#009D96'

red 0 ◦ green 157 ◦ blue 150

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

Shades of Persian Green #009D96

Tints of Persian Green #009D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.86%

R = 0%
G = 51.14%
B = 48.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#009D96 (or 0x009D96) is known color: Persian Green. HEX triplet: 00, 9D and 96. RGB value is (0,157,150). Sum of RGB (Red+Green+Blue) = 0+157+150=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #009D96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009D96 is #FF6269. Grayscale: #6D6D6D. Windows color (decimal): -16736874 or 9870592. OLE color: 9870592.

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

Color convert

RGB 0 157 150 -
CMYK 1 0 0.04 0.38
HSL 177.32º 1% 0.31% -
HSV(B) 177.32º 1% 0.62% -
XYZ 17.56 26.32 33.01 -
YUV 109.26 150.99 50.07 -
System Red Green Blue C M Y K H S L
Decimal 0 157 150 1 0 0.04 0.38 177.32 1 0.31
Hex 0 9D 96 64 0 4 26 B1 64 1F
Octal 0 235 226 144 0 4 46 261 144 37
Binary 0 10011101 10010110 1100100 0 100 100110 10110001 1100100 11111

Color Harmonies of #009D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009D96

Black with #009D96

Text Example


Text Example

White with #009D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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