Html Css Color HEX #009A8A Persian Green

📋 copy color: '#009A8A'

red 0 ◦ green 154 ◦ blue 138

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

Shades of Persian Green #009A8A

Tints of Persian Green #009A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.26%

R = 0%
G = 52.74%
B = 47.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#009A8A (or 0x009A8A) is known color: Persian Green. HEX triplet: 00, 9A and 8A. RGB value is (0,154,138). Sum of RGB (Red+Green+Blue) = 0+154+138=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 154 (60.55% from 255 or 52.74% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 154 - color contains mainly: green. Hex color #009A8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009A8A is #FF6575. Grayscale: #6A6A6A. Windows color (decimal): -16737654 or 9083392. OLE color: 9083392.

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

Color convert

RGB 0 154 138 -
CMYK 1 0 0.10 0.40
HSL 173.77º 1% 0.3% -
HSV(B) 173.77º 1% 0.6% -
XYZ 16.14 24.95 28.01 -
YUV 106.13 145.98 52.3 -
System Red Green Blue C M Y K H S L
Decimal 0 154 138 1 0 0.10 0.40 173.77 1 0.3
Hex 0 9A 8A 64 0 A 28 AE 64 1E
Octal 0 232 212 144 0 12 50 256 144 36
Binary 0 10011010 10001010 1100100 0 1010 101000 10101110 1100100 11110

Color Harmonies of #009A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009A8A

Black with #009A8A

Text Example


Text Example

White with #009A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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