Html Css Color HEX #009C9B Persian Green

📋 copy color: '#009C9B'

red 0 ◦ green 156 ◦ blue 155

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

Shades of Persian Green #009C9B

Tints of Persian Green #009C9B

RGB

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

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

 BLUE value IS 155 (60.94% 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.39

RGB Variations

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

Color information

#009C9B (or 0x009C9B) is known color: Persian Green. HEX triplet: 00, 9C and 9B. RGB value is (0,156,155). Sum of RGB (Red+Green+Blue) = 0+156+155=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #009C9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009C9B is #FF6364. Grayscale: #6D6D6D. Windows color (decimal): -16737125 or 10198016. OLE color: 10198016.

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

Color convert

RGB 0 156 155 -
CMYK 1 0 0.01 0.39
HSL 179.62º 1% 0.31% -
HSV(B) 179.62º 1% 0.61% -
XYZ 17.8 26.14 35.12 -
YUV 109.24 153.82 50.08 -
System Red Green Blue C M Y K H S L
Decimal 0 156 155 1 0 0.01 0.39 179.62 1 0.31
Hex 0 9C 9B 64 0 1 27 B4 64 1F
Octal 0 234 233 144 0 1 47 264 144 37
Binary 0 10011100 10011011 1100100 0 1 100111 10110100 1100100 11111

Color Harmonies of #009C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C9B

Black with #009C9B

Text Example


Text Example

White with #009C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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