Html Css Color HEX #09A28F Persian Green

📋 copy color: '#09A28F'

red 9 ◦ green 162 ◦ blue 143

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

Shades of Persian Green #09A28F

Tints of Persian Green #09A28F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.59%

 BLUE value IS 143 (56.25% from 255) = 45.54%

R = 2.87%
G = 51.59%
B = 45.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#09A28F (or 0x09A28F) is known color: Persian Green. HEX triplet: 09, A2 and 8F. RGB value is (9,162,143). Sum of RGB (Red+Green+Blue) = 9+162+143=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #09A28F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A28F is #F65D70. Grayscale: #727272. Windows color (decimal): -16145777 or 9413129. OLE color: 9413129.

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

Color convert

RGB 9 162 143 -
CMYK 0.94 0 0.12 0.36
HSL 172.55º 0.89% 0.34% -
HSV(B) 172.55º 0.94% 0.64% -
XYZ 17.99 27.88 30.42 -
YUV 114.09 144.31 53.04 -
System Red Green Blue C M Y K H S L
Decimal 9 162 143 0.94 0 0.12 0.36 172.55 0.89 0.34
Hex 9 A2 8F 5E 0 C 24 AD 59 22
Octal 11 242 217 136 0 14 44 255 131 42
Binary 1001 10100010 10001111 1011110 0 1100 100100 10101101 1011001 100010

Color Harmonies of #09A28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A28F

Black with #09A28F

Text Example


Text Example

White with #09A28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,162,143); }

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

background-color css

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

 a { background-color: rgb(9,162,143); }

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

border-color css

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

 span { border-color: rgb(9,162,143); }

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