Html Css Color HEX #09A48A Persian Green

📋 copy color: '#09A48A'

red 9 ◦ green 164 ◦ blue 138

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

Shades of Persian Green #09A48A

Tints of Persian Green #09A48A

RGB

 RED value IS 9 (3.91% from 255) = 2.89%

 GREEN value IS 164 (64.45% from 255) = 52.73%

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

R = 2.89%
G = 52.73%
B = 44.37%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#09A48A (or 0x09A48A) is known color: Persian Green. HEX triplet: 09, A4 and 8A. RGB value is (9,164,138). Sum of RGB (Red+Green+Blue) = 9+164+138=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 164 (64.45% from 255 or 52.73% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 164 - color contains mainly: green. Hex color #09A48A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A48A is #F65B75. Grayscale: #727272. Windows color (decimal): -16145270 or 9085961. OLE color: 9085961.

HSL color Cylindrical-coordinate representation of color #09A48A: hue angle of 169.94º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A48A is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 164 138 -
CMYK 0.95 0 0.16 0.36
HSL 169.94º 0.9% 0.34% -
HSV(B) 169.94º 0.95% 0.64% -
XYZ 17.98 28.44 28.59 -
YUV 114.69 141.15 52.61 -
System Red Green Blue C M Y K H S L
Decimal 9 164 138 0.95 0 0.16 0.36 169.94 0.9 0.34
Hex 9 A4 8A 5F 0 10 24 AA 5A 22
Octal 11 244 212 137 0 20 44 252 132 42
Binary 1001 10100100 10001010 1011111 0 10000 100100 10101010 1011010 100010

Color Harmonies of #09A48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A48A

Black with #09A48A

Text Example


Text Example

White with #09A48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09A48A; }

 p { color: rgb(9,164,138); }

 H1.HeaderClassName
 {
   color: #09A48A;
 }
 .AnyTagClassName
 {
   color: #09A48A;
 }
</style>

background-color css

<style>
 a { background-color: #09A48A; }

 a { background-color: rgb(9,164,138); }

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

border-color css

<style>
 span { border-color: #09A48A; }

 span { border-color: rgb(9,164,138); }

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