Html Css Color HEX #009D9C Persian Green

📋 copy color: '#009D9C'

red 0 ◦ green 157 ◦ blue 156

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

Shades of Persian Green #009D9C

Tints of Persian Green #009D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.84%

R = 0%
G = 50.16%
B = 49.84%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#009D9C (or 0x009D9C) is known color: Persian Green. HEX triplet: 00, 9D and 9C. RGB value is (0,157,156). Sum of RGB (Red+Green+Blue) = 0+157+156=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #009D9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009D9C is #FF6263. Grayscale: #6D6D6D. Windows color (decimal): -16736868 or 10263808. OLE color: 10263808.

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

Color convert

RGB 0 157 156 -
CMYK 1 0 0.01 0.38
HSL 179.62º 1% 0.31% -
HSV(B) 179.62º 1% 0.62% -
XYZ 18.06 26.51 35.62 -
YUV 109.94 153.99 49.58 -
System Red Green Blue C M Y K H S L
Decimal 0 157 156 1 0 0.01 0.38 179.62 1 0.31
Hex 0 9D 9C 64 0 1 26 B4 64 1F
Octal 0 235 234 144 0 1 46 264 144 37
Binary 0 10011101 10011100 1100100 0 1 100110 10110100 1100100 11111

Color Harmonies of #009D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009D9C

Black with #009D9C

Text Example


Text Example

White with #009D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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