Html Css Color HEX #009C85 Persian Green

📋 copy color: '#009C85'

red 0 ◦ green 156 ◦ blue 133

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

Shades of Persian Green #009C85

Tints of Persian Green #009C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.02%

R = 0%
G = 53.98%
B = 46.02%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#009C85 (or 0x009C85) is known color: Persian Green. HEX triplet: 00, 9C and 85. RGB value is (0,156,133). Sum of RGB (Red+Green+Blue) = 0+156+133=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 156 (61.33% from 255 or 53.98% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 156 - color contains mainly: green. Hex color #009C85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009C85 is #FF637A. Grayscale: #6A6A6A. Windows color (decimal): -16737147 or 8756224. OLE color: 8756224.

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

Color convert

RGB 0 156 133 -
CMYK 1 0 0.15 0.39
HSL 171.15º 1% 0.31% -
HSV(B) 171.15º 1% 0.61% -
XYZ 16.12 25.47 26.26 -
YUV 106.73 142.82 51.87 -
System Red Green Blue C M Y K H S L
Decimal 0 156 133 1 0 0.15 0.39 171.15 1 0.31
Hex 0 9C 85 64 0 F 27 AB 64 1F
Octal 0 234 205 144 0 17 47 253 144 37
Binary 0 10011100 10000101 1100100 0 1111 100111 10101011 1100100 11111

Color Harmonies of #009C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C85

Black with #009C85

Text Example


Text Example

White with #009C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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