Html Css Color HEX #09A28B Persian Green

📋 copy color: '#09A28B'

red 9 ◦ green 162 ◦ blue 139

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

Shades of Persian Green #09A28B

Tints of Persian Green #09A28B

RGB

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

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

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

R = 2.9%
G = 52.26%
B = 44.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#09A28B (or 0x09A28B) is known color: Persian Green. HEX triplet: 09, A2 and 8B. RGB value is (9,162,139). Sum of RGB (Red+Green+Blue) = 9+162+139=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #09A28B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A28B is #F65D74. Grayscale: #717171. Windows color (decimal): -16145781 or 9150985. OLE color: 9150985.

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

Color convert

RGB 9 162 139 -
CMYK 0.94 0 0.14 0.36
HSL 170.98º 0.89% 0.34% -
HSV(B) 170.98º 0.94% 0.64% -
XYZ 17.69 27.76 28.85 -
YUV 113.63 142.31 53.37 -
System Red Green Blue C M Y K H S L
Decimal 9 162 139 0.94 0 0.14 0.36 170.98 0.89 0.34
Hex 9 A2 8B 5E 0 E 24 AB 59 22
Octal 11 242 213 136 0 16 44 253 131 42
Binary 1001 10100010 10001011 1011110 0 1110 100100 10101011 1011001 100010

Color Harmonies of #09A28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A28B

Black with #09A28B

Text Example


Text Example

White with #09A28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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