#09C350

Color #09C350 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #09C350

Tints of Dark Pastel Green #09C350

Color information

#09C350 (or 0x09C350) is unknown color: approx Dark Pastel Green. HEX triplet: 09, C3 and 50. RGB value is (9,195,80). Sum of RGB (Red+Green+Blue) = 9+195+80=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 195 (76.56% from 255 or 68.66% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 195 - color contains mainly: green. Hex color #09C350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C350 is #F63CAF. Grayscale: #7E7E7E. Windows color (decimal): -16137392 or 5292809. OLE color: 5292809.

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

Color convert

RGB919580-
CMYK0.9500.590.24
HSL142.9º91.18%40%-
HSV(B)142.9º95.38%76.47%-
XYZ21.0839.6714.14-
YUV126.28101.8844.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.17%
GREEN value IS 195 (76.56% from 255) = 68.66%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=3.17%
G=68.66%
B=28.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal9195800.9500.590.24142.991.1840
Hex9C3505F03B188f5b28
Octal113031201370733021713350
Binary10011100001110100001011111011101111000100011111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09C350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,195,80); }

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

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

 a { background-color: rgb(9,195,80); }

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

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

 span { border-color: rgb(9,195,80); }

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