Html Css Color HEX #09A286 Persian Green

📋 copy color: '#09A286'

red 9 ◦ green 162 ◦ blue 134

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

Shades of Persian Green #09A286

Tints of Persian Green #09A286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.93%

R = 2.95%
G = 53.11%
B = 43.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#09A286 (or 0x09A286) is known color: Persian Green. HEX triplet: 09, A2 and 86. RGB value is (9,162,134). Sum of RGB (Red+Green+Blue) = 9+162+134=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #09A286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A286 is #F65D79. Grayscale: #717171. Windows color (decimal): -16145786 or 8823305. OLE color: 8823305.

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

Color convert

RGB 9 162 134 -
CMYK 0.94 0 0.17 0.36
HSL 169.02º 0.89% 0.34% -
HSV(B) 169.02º 0.94% 0.64% -
XYZ 17.34 27.62 26.97 -
YUV 113.06 139.81 53.78 -
System Red Green Blue C M Y K H S L
Decimal 9 162 134 0.94 0 0.17 0.36 169.02 0.89 0.34
Hex 9 A2 86 5E 0 11 24 A9 59 22
Octal 11 242 206 136 0 21 44 251 131 42
Binary 1001 10100010 10000110 1011110 0 10001 100100 10101001 1011001 100010

Color Harmonies of #09A286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A286

Black with #09A286

Text Example


Text Example

White with #09A286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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