Html Css Color HEX #09B59F Persian Green

📋 copy color: '#09B59F'

red 9 ◦ green 181 ◦ blue 159

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

Shades of Persian Green #09B59F

Tints of Persian Green #09B59F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.86%

 BLUE value IS 159 (62.5% from 255) = 45.56%

R = 2.58%
G = 51.86%
B = 45.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#09B59F (or 0x09B59F) is known color: Persian Green. HEX triplet: 09, B5 and 9F. RGB value is (9,181,159). Sum of RGB (Red+Green+Blue) = 9+181+159=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #09B59F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B59F is #F64A60. Grayscale: #7E7E7E. Windows color (decimal): -16140897 or 10466569. OLE color: 10466569.

HSL color Cylindrical-coordinate representation of color #09B59F: hue angle of 172.33º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B59F is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 181 159 -
CMYK 0.95 0 0.12 0.29
HSL 172.33º 0.91% 0.37% -
HSV(B) 172.33º 0.95% 0.71% -
XYZ 22.89 35.61 38.47 -
YUV 127.06 146.02 43.79 -
System Red Green Blue C M Y K H S L
Decimal 9 181 159 0.95 0 0.12 0.29 172.33 0.91 0.37
Hex 9 B5 9F 5F 0 C 1D AC 5B 25
Octal 11 265 237 137 0 14 35 254 133 45
Binary 1001 10110101 10011111 1011111 0 1100 11101 10101100 1011011 100101

Color Harmonies of #09B59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B59F

Black with #09B59F

Text Example


Text Example

White with #09B59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,181,159); }

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

background-color css

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

 a { background-color: rgb(9,181,159); }

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

border-color css

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

 span { border-color: rgb(9,181,159); }

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