#09CC2C

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

Shades of Dark Pastel Green #09CC2C

Tints of Dark Pastel Green #09CC2C

Color information

#09CC2C (or 0x09CC2C) is unknown color: approx Dark Pastel Green. HEX triplet: 09, CC and 2C. RGB value is (9,204,44). Sum of RGB (Red+Green+Blue) = 9+204+44=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 204 (80.08% from 255 or 79.38% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 204 - color contains mainly: green. Hex color #09CC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CC2C is #F633D3. Grayscale: #7F7F7F. Windows color (decimal): -16135124 or 2935817. OLE color: 2935817.

HSL color Cylindrical-coordinate representation of color #09CC2C: hue angle of 130.77º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CC2C is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB920444-
CMYK0.9600.780.2
HSL130.77º91.55%41.76%-
HSV(B)130.77º95.59%80%-
XYZ22.1643.439.6-
YUV127.4680.943.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.50%
GREEN value IS 204 (80.08% from 255) = 79.38%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=3.50%
G=79.38%
B=17.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal9204440.9600.780.2130.7791.5541.76
Hex9CC2C6004E14835c2a
Octal113145414001162420313452
Binary10011100110010110011000000100111010100100000111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09CC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,204,44); }

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

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

 a { background-color: rgb(9,204,44); }

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

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

 span { border-color: rgb(9,204,44); }

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