Html Css Color HEX #009C96 Persian Green

📋 copy color: '#009C96'

red 0 ◦ green 156 ◦ blue 150

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

Shades of Persian Green #009C96

Tints of Persian Green #009C96

RGB

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

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

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

R = 0%
G = 50.98%
B = 49.02%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#009C96 (or 0x009C96) is known color: Persian Green. HEX triplet: 00, 9C and 96. RGB value is (0,156,150). Sum of RGB (Red+Green+Blue) = 0+156+150=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #009C96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009C96 is #FF6369. Grayscale: #6C6C6C. Windows color (decimal): -16737130 or 9870336. OLE color: 9870336.

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

Color convert

RGB 0 156 150 -
CMYK 1 0 0.04 0.39
HSL 177.69º 1% 0.31% -
HSV(B) 177.69º 1% 0.61% -
XYZ 17.39 25.98 32.95 -
YUV 108.67 151.32 50.49 -
System Red Green Blue C M Y K H S L
Decimal 0 156 150 1 0 0.04 0.39 177.69 1 0.31
Hex 0 9C 96 64 0 4 27 B2 64 1F
Octal 0 234 226 144 0 4 47 262 144 37
Binary 0 10011100 10010110 1100100 0 100 100111 10110010 1100100 11111

Color Harmonies of #009C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C96

Black with #009C96

Text Example


Text Example

White with #009C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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