Html Css Color HEX #09A386 Persian Green

📋 copy color: '#09A386'

red 9 ◦ green 163 ◦ blue 134

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

Shades of Persian Green #09A386

Tints of Persian Green #09A386

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.27%

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

R = 2.94%
G = 53.27%
B = 43.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#09A386 (or 0x09A386) is known color: Persian Green. HEX triplet: 09, A3 and 86. RGB value is (9,163,134). Sum of RGB (Red+Green+Blue) = 9+163+134=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #09A386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A386 is #F65C79. Grayscale: #717171. Windows color (decimal): -16145530 or 8823561. OLE color: 8823561.

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

Color convert

RGB 9 163 134 -
CMYK 0.94 0 0.18 0.36
HSL 168.7º 0.9% 0.34% -
HSV(B) 168.7º 0.94% 0.64% -
XYZ 17.51 27.97 27.03 -
YUV 113.65 139.48 53.36 -
System Red Green Blue C M Y K H S L
Decimal 9 163 134 0.94 0 0.18 0.36 168.7 0.9 0.34
Hex 9 A3 86 5E 0 12 24 A9 5A 22
Octal 11 243 206 136 0 22 44 251 132 42
Binary 1001 10100011 10000110 1011110 0 10010 100100 10101001 1011010 100010

Color Harmonies of #09A386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A386

Black with #09A386

Text Example


Text Example

White with #09A386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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