Html Css Color HEX #009C9F Persian Green

📋 copy color: '#009C9F'

red 0 ◦ green 156 ◦ blue 159

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

Shades of Persian Green #009C9F

Tints of Persian Green #009C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.48%

R = 0%
G = 49.52%
B = 50.48%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#009C9F (or 0x009C9F) is known color: Persian Green. HEX triplet: 00, 9C and 9F. RGB value is (0,156,159). Sum of RGB (Red+Green+Blue) = 0+156+159=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #009C9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009C9F is #FF6360. Grayscale: #6D6D6D. Windows color (decimal): -16737121 or 10460160. OLE color: 10460160.

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

Color convert

RGB 0 156 159 -
CMYK 1 0.02 0 0.38
HSL 181.13º 1% 0.31% -
HSV(B) 181.13º 1% 0.62% -
XYZ 18.15 26.28 36.92 -
YUV 109.7 155.82 49.76 -
System Red Green Blue C M Y K H S L
Decimal 0 156 159 1 0.02 0 0.38 181.13 1 0.31
Hex 0 9C 9F 64 2 0 26 B5 64 1F
Octal 0 234 237 144 2 0 46 265 144 37
Binary 0 10011100 10011111 1100100 10 0 100110 10110101 1100100 11111

Color Harmonies of #009C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C9F

Black with #009C9F

Text Example


Text Example

White with #009C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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