Html Css Color HEX #09A098 Persian Green

📋 copy color: '#09A098'

red 9 ◦ green 160 ◦ blue 152

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

Shades of Persian Green #09A098

Tints of Persian Green #09A098

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.84%

 BLUE value IS 152 (59.77% from 255) = 47.35%

R = 2.8%
G = 49.84%
B = 47.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#09A098 (or 0x09A098) is known color: Persian Green. HEX triplet: 09, A0 and 98. RGB value is (9,160,152). Sum of RGB (Red+Green+Blue) = 9+160+152=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #09A098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A098 is #F65F67. Grayscale: #717171. Windows color (decimal): -16146280 or 10002441. OLE color: 10002441.

HSL color Cylindrical-coordinate representation of color #09A098: hue angle of 176.82º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A098 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 160 152 -
CMYK 0.94 0 0.05 0.37
HSL 176.82º 0.89% 0.33% -
HSV(B) 176.82º 0.94% 0.63% -
XYZ 18.35 27.47 34.04 -
YUV 113.94 149.47 53.15 -
System Red Green Blue C M Y K H S L
Decimal 9 160 152 0.94 0 0.05 0.37 176.82 0.89 0.33
Hex 9 A0 98 5E 0 5 25 B1 59 21
Octal 11 240 230 136 0 5 45 261 131 41
Binary 1001 10100000 10011000 1011110 0 101 100101 10110001 1011001 100001

Color Harmonies of #09A098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A098

Black with #09A098

Text Example


Text Example

White with #09A098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,160,152); }

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

background-color css

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

 a { background-color: rgb(9,160,152); }

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

border-color css

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

 span { border-color: rgb(9,160,152); }

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