Html Css Color HEX #009A8F Persian Green

📋 copy color: '#009A8F'

red 0 ◦ green 154 ◦ blue 143

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

Shades of Persian Green #009A8F

Tints of Persian Green #009A8F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 51.85%

 BLUE value IS 143 (56.25% from 255) = 48.15%

R = 0%
G = 51.85%
B = 48.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#009A8F (or 0x009A8F) is known color: Persian Green. HEX triplet: 00, 9A and 8F. RGB value is (0,154,143). Sum of RGB (Red+Green+Blue) = 0+154+143=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #009A8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009A8F is #FF6570. Grayscale: #6A6A6A. Windows color (decimal): -16737649 or 9411072. OLE color: 9411072.

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

Color convert

RGB 0 154 143 -
CMYK 1 0 0.07 0.40
HSL 175.71º 1% 0.3% -
HSV(B) 175.71º 1% 0.6% -
XYZ 16.51 25.09 29.96 -
YUV 106.7 148.48 51.89 -
System Red Green Blue C M Y K H S L
Decimal 0 154 143 1 0 0.07 0.40 175.71 1 0.3
Hex 0 9A 8F 64 0 7 28 B0 64 1E
Octal 0 232 217 144 0 7 50 260 144 36
Binary 0 10011010 10001111 1100100 0 111 101000 10110000 1100100 11110

Color Harmonies of #009A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009A8F

Black with #009A8F

Text Example


Text Example

White with #009A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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