Html Css Color HEX #09B595 Persian Green

📋 copy color: '#09B595'

red 9 ◦ green 181 ◦ blue 149

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

Shades of Persian Green #09B595

Tints of Persian Green #09B595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 2.65%
G = 53.39%
B = 43.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#09B595 (or 0x09B595) is known color: Persian Green. HEX triplet: 09, B5 and 95. RGB value is (9,181,149). Sum of RGB (Red+Green+Blue) = 9+181+149=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #09B595 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B595 is #F64A6A. Grayscale: #7D7D7D. Windows color (decimal): -16140907 or 9811209. OLE color: 9811209.

HSL color Cylindrical-coordinate representation of color #09B595: hue angle of 168.84º 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 #09B595 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 181 149 -
CMYK 0.95 0 0.18 0.29
HSL 168.84º 0.91% 0.37% -
HSV(B) 168.84º 0.95% 0.71% -
XYZ 22.06 35.28 34.08 -
YUV 125.92 141.02 44.6 -
System Red Green Blue C M Y K H S L
Decimal 9 181 149 0.95 0 0.18 0.29 168.84 0.91 0.37
Hex 9 B5 95 5F 0 12 1D A9 5B 25
Octal 11 265 225 137 0 22 35 251 133 45
Binary 1001 10110101 10010101 1011111 0 10010 11101 10101001 1011011 100101

Color Harmonies of #09B595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B595

Black with #09B595

Text Example


Text Example

White with #09B595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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