Html Css Color HEX #09A48B Persian Green

📋 copy color: '#09A48B'

red 9 ◦ green 164 ◦ blue 139

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

Shades of Persian Green #09A48B

Tints of Persian Green #09A48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.55%

R = 2.88%
G = 52.56%
B = 44.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#09A48B (or 0x09A48B) is known color: Persian Green. HEX triplet: 09, A4 and 8B. RGB value is (9,164,139). Sum of RGB (Red+Green+Blue) = 9+164+139=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #09A48B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A48B is #F65B74. Grayscale: #727272. Windows color (decimal): -16145269 or 9151497. OLE color: 9151497.

HSL color Cylindrical-coordinate representation of color #09A48B: hue angle of 170.32º 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 #09A48B is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 164 139 -
CMYK 0.95 0 0.15 0.36
HSL 170.32º 0.9% 0.34% -
HSV(B) 170.32º 0.95% 0.64% -
XYZ 18.05 28.47 28.97 -
YUV 114.81 141.65 52.53 -
System Red Green Blue C M Y K H S L
Decimal 9 164 139 0.95 0 0.15 0.36 170.32 0.9 0.34
Hex 9 A4 8B 5F 0 F 24 AA 5A 22
Octal 11 244 213 137 0 17 44 252 132 42
Binary 1001 10100100 10001011 1011111 0 1111 100100 10101010 1011010 100010

Color Harmonies of #09A48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A48B

Black with #09A48B

Text Example


Text Example

White with #09A48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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