Html Css Color HEX #09A68F Persian Green

📋 copy color: '#09A68F'

red 9 ◦ green 166 ◦ blue 143

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

Shades of Persian Green #09A68F

Tints of Persian Green #09A68F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.2%

 BLUE value IS 143 (56.25% from 255) = 44.97%

R = 2.83%
G = 52.2%
B = 44.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#09A68F (or 0x09A68F) is known color: Persian Green. HEX triplet: 09, A6 and 8F. RGB value is (9,166,143). Sum of RGB (Red+Green+Blue) = 9+166+143=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #09A68F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A68F is #F65970. Grayscale: #747474. Windows color (decimal): -16144753 or 9414153. OLE color: 9414153.

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

Color convert

RGB 9 166 143 -
CMYK 0.95 0 0.14 0.35
HSL 171.21º 0.9% 0.34% -
HSV(B) 171.21º 0.95% 0.65% -
XYZ 18.71 29.31 30.66 -
YUV 116.44 142.99 51.37 -
System Red Green Blue C M Y K H S L
Decimal 9 166 143 0.95 0 0.14 0.35 171.21 0.9 0.34
Hex 9 A6 8F 5F 0 E 23 AB 5A 22
Octal 11 246 217 137 0 16 43 253 132 42
Binary 1001 10100110 10001111 1011111 0 1110 100011 10101011 1011010 100010

Color Harmonies of #09A68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A68F

Black with #09A68F

Text Example


Text Example

White with #09A68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,166,143); }

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

background-color css

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

 a { background-color: rgb(9,166,143); }

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

border-color css

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

 span { border-color: rgb(9,166,143); }

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