Html Css Color HEX #009A8D Persian Green

📋 copy color: '#009A8D'

red 0 ◦ green 154 ◦ blue 141

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

Shades of Persian Green #009A8D

Tints of Persian Green #009A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 0%
G = 52.2%
B = 47.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#009A8D (or 0x009A8D) is known color: Persian Green. HEX triplet: 00, 9A and 8D. RGB value is (0,154,141). Sum of RGB (Red+Green+Blue) = 0+154+141=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 154 (60.55% from 255 or 52.20% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 154 - color contains mainly: green. Hex color #009A8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009A8D is #FF6572. Grayscale: #6A6A6A. Windows color (decimal): -16737651 or 9280000. OLE color: 9280000.

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

Color convert

RGB 0 154 141 -
CMYK 1 0 0.08 0.40
HSL 174.94º 1% 0.3% -
HSV(B) 174.94º 1% 0.6% -
XYZ 16.36 25.03 29.17 -
YUV 106.47 147.48 52.06 -
System Red Green Blue C M Y K H S L
Decimal 0 154 141 1 0 0.08 0.40 174.94 1 0.3
Hex 0 9A 8D 64 0 8 28 AF 64 1E
Octal 0 232 215 144 0 10 50 257 144 36
Binary 0 10011010 10001101 1100100 0 1000 101000 10101111 1100100 11110

Color Harmonies of #009A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009A8D

Black with #009A8D

Text Example


Text Example

White with #009A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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