Html Css Color HEX #009B9A Persian Green

📋 copy color: '#009B9A'

red 0 ◦ green 155 ◦ blue 154

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

Shades of Persian Green #009B9A

Tints of Persian Green #009B9A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.16%

 BLUE value IS 154 (60.55% 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

#009B9A (or 0x009B9A) is known color: Persian Green. HEX triplet: 00, 9B and 9A. RGB value is (0,155,154). Sum of RGB (Red+Green+Blue) = 0+155+154=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #009B9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009B9A is #FF6465. Grayscale: #6C6C6C. Windows color (decimal): -16737382 or 10132224. OLE color: 10132224.

HSL color Cylindrical-coordinate representation of color #009B9A: hue angle of 179.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009B9A is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 155 154 -
CMYK 1 0 0.01 0.39
HSL 179.61º 1% 0.3% -
HSV(B) 179.61º 1% 0.61% -
XYZ 17.55 25.78 34.62 -
YUV 108.54 153.65 50.58 -
System Red Green Blue C M Y K H S L
Decimal 0 155 154 1 0 0.01 0.39 179.61 1 0.3
Hex 0 9B 9A 64 0 1 27 B4 64 1E
Octal 0 233 232 144 0 1 47 264 144 36
Binary 0 10011011 10011010 1100100 0 1 100111 10110100 1100100 11110

Color Harmonies of #009B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009B9A

Black with #009B9A

Text Example


Text Example

White with #009B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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