Html Css Color HEX #009A8C Persian Green

📋 copy color: '#009A8C'

red 0 ◦ green 154 ◦ blue 140

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

Shades of Persian Green #009A8C

Tints of Persian Green #009A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.62%

R = 0%
G = 52.38%
B = 47.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#009A8C (or 0x009A8C) is known color: Persian Green. HEX triplet: 00, 9A and 8C. RGB value is (0,154,140). Sum of RGB (Red+Green+Blue) = 0+154+140=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 154 (60.55% from 255 or 52.38% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 154 - color contains mainly: green. Hex color #009A8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009A8C is #FF6573. Grayscale: #6A6A6A. Windows color (decimal): -16737652 or 9214464. OLE color: 9214464.

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

Color convert

RGB 0 154 140 -
CMYK 1 0 0.09 0.40
HSL 174.55º 1% 0.3% -
HSV(B) 174.55º 1% 0.6% -
XYZ 16.29 25 28.78 -
YUV 106.36 146.98 52.14 -
System Red Green Blue C M Y K H S L
Decimal 0 154 140 1 0 0.09 0.40 174.55 1 0.3
Hex 0 9A 8C 64 0 9 28 AF 64 1E
Octal 0 232 214 144 0 11 50 257 144 36
Binary 0 10011010 10001100 1100100 0 1001 101000 10101111 1100100 11110

Color Harmonies of #009A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009A8C

Black with #009A8C

Text Example


Text Example

White with #009A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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