Html Css Color HEX #09A78D Persian Green

📋 copy color: '#09A78D'

red 9 ◦ green 167 ◦ blue 141

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

Shades of Persian Green #09A78D

Tints of Persian Green #09A78D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 52.68%

 BLUE value IS 141 (55.47% from 255) = 44.48%

R = 2.84%
G = 52.68%
B = 44.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#09A78D (or 0x09A78D) is known color: Persian Green. HEX triplet: 09, A7 and 8D. RGB value is (9,167,141). Sum of RGB (Red+Green+Blue) = 9+167+141=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 167 (65.62% from 255 or 52.68% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 167 - color contains mainly: green. Hex color #09A78D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A78D is #F65872. Grayscale: #747474. Windows color (decimal): -16144499 or 9283337. OLE color: 9283337.

HSL color Cylindrical-coordinate representation of color #09A78D: hue angle of 170.13º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A78D is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 9 167 141 -
CMYK 0.95 0 0.16 0.35
HSL 170.13º 0.9% 0.35% -
HSV(B) 170.13º 0.95% 0.65% -
XYZ 18.74 29.62 29.93 -
YUV 116.79 141.65 51.11 -
System Red Green Blue C M Y K H S L
Decimal 9 167 141 0.95 0 0.16 0.35 170.13 0.9 0.35
Hex 9 A7 8D 5F 0 10 23 AA 5A 23
Octal 11 247 215 137 0 20 43 252 132 43
Binary 1001 10100111 10001101 1011111 0 10000 100011 10101010 1011010 100011

Color Harmonies of #09A78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A78D

Black with #09A78D

Text Example


Text Example

White with #09A78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,167,141); }

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

background-color css

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

 a { background-color: rgb(9,167,141); }

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

border-color css

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

 span { border-color: rgb(9,167,141); }

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