Html Css Color HEX #09B49C Persian Green

📋 copy color: '#09B49C'

red 9 ◦ green 180 ◦ blue 156

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

Shades of Persian Green #09B49C

Tints of Persian Green #09B49C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.17%

 BLUE value IS 156 (61.33% from 255) = 45.22%

R = 2.61%
G = 52.17%
B = 45.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#09B49C (or 0x09B49C) is known color: Persian Green. HEX triplet: 09, B4 and 9C. RGB value is (9,180,156). Sum of RGB (Red+Green+Blue) = 9+180+156=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #09B49C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B49C is #F64B63. Grayscale: #7E7E7E. Windows color (decimal): -16141156 or 10269705. OLE color: 10269705.

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

Color convert

RGB 9 180 156 -
CMYK 0.95 0 0.13 0.29
HSL 171.58º 0.9% 0.37% -
HSV(B) 171.58º 0.95% 0.71% -
XYZ 22.43 35.1 37.05 -
YUV 126.14 144.85 44.45 -
System Red Green Blue C M Y K H S L
Decimal 9 180 156 0.95 0 0.13 0.29 171.58 0.9 0.37
Hex 9 B4 9C 5F 0 D 1D AC 5A 25
Octal 11 264 234 137 0 15 35 254 132 45
Binary 1001 10110100 10011100 1011111 0 1101 11101 10101100 1011010 100101

Color Harmonies of #09B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B49C

Black with #09B49C

Text Example


Text Example

White with #09B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,180,156); }

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

background-color css

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

 a { background-color: rgb(9,180,156); }

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

border-color css

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

 span { border-color: rgb(9,180,156); }

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