Html Css Color HEX #009D8C Persian Green

📋 copy color: '#009D8C'

red 0 ◦ green 157 ◦ blue 140

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

Shades of Persian Green #009D8C

Tints of Persian Green #009D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.14%

R = 0%
G = 52.86%
B = 47.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#009D8C (or 0x009D8C) is known color: Persian Green. HEX triplet: 00, 9D and 8C. RGB value is (0,157,140). Sum of RGB (Red+Green+Blue) = 0+157+140=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #009D8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009D8C is #FF6273. Grayscale: #6C6C6C. Windows color (decimal): -16736884 or 9215232. OLE color: 9215232.

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

Color convert

RGB 0 157 140 -
CMYK 1 0 0.11 0.38
HSL 173.5º 1% 0.31% -
HSV(B) 173.5º 1% 0.62% -
XYZ 16.79 26.01 28.95 -
YUV 108.12 145.99 50.88 -
System Red Green Blue C M Y K H S L
Decimal 0 157 140 1 0 0.11 0.38 173.5 1 0.31
Hex 0 9D 8C 64 0 B 26 AE 64 1F
Octal 0 235 214 144 0 13 46 256 144 37
Binary 0 10011101 10001100 1100100 0 1011 100110 10101110 1100100 11111

Color Harmonies of #009D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009D8C

Black with #009D8C

Text Example


Text Example

White with #009D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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