#09C480

Color #09C480 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #09C480

Tints of Mountain Meadow #09C480

Color information

#09C480 (or 0x09C480) is unknown color: approx Mountain Meadow. HEX triplet: 09, C4 and 80. RGB value is (9,196,128). Sum of RGB (Red+Green+Blue) = 9+196+128=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 196 (76.95% from 255 or 58.86% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 196 - color contains mainly: green. Hex color #09C480 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C480 is #F63B7F. Grayscale: #848484. Windows color (decimal): -16137088 or 8438793. OLE color: 8438793.

HSL color Cylindrical-coordinate representation of color #09C480: hue angle of 158.18º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C480 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB9196128-
CMYK0.9500.350.23
HSL158.18º91.22%40.2%-
HSV(B)158.18º95.41%76.86%-
XYZ23.7541.127.1-
YUV132.34125.5540.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.70%
GREEN value IS 196 (76.95% from 255) = 58.86%
BLUE value IS 128 (50.39% from 255) = 38.44%
R=2.70%
G=58.86%
B=38.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal91961280.9500.350.23158.1891.2240.2
Hex9C4805F023179e5b28
Octal113042001370432723613350
Binary100111000100100000001011111010001110111100111101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09C480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,196,128); }

 H1.HeaderClassName
 {
   color: #09C480;
 }
 .AnyTagClassName
 {
   color: #09C480;
 }
</style>
background-color css

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

 a { background-color: rgb(9,196,128); }

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

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

 span { border-color: rgb(9,196,128); }

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