#09C144

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

Shades of Dark Pastel Green #09C144

Tints of Dark Pastel Green #09C144

Color information

#09C144 (or 0x09C144) is unknown color: approx Dark Pastel Green. HEX triplet: 09, C1 and 44. RGB value is (9,193,68). Sum of RGB (Red+Green+Blue) = 9+193+68=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 193 (75.78% from 255 or 71.48% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 193 - color contains mainly: green. Hex color #09C144 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C144 is #F63EBB. Grayscale: #7C7C7C. Windows color (decimal): -16137916 or 4505865. OLE color: 4505865.

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

Color convert

RGB919368-
CMYK0.9500.650.24
HSL139.24º91.09%39.61%-
HSV(B)139.24º95.34%75.69%-
XYZ20.2338.6211.86-
YUV123.7396.5446.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.33%
GREEN value IS 193 (75.78% from 255) = 71.48%
BLUE value IS 68 (26.95% from 255) = 25.19%
R=3.33%
G=71.48%
B=25.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal9193680.9500.650.24139.2491.0939.61
Hex9C1445F041188b5b28
Octal1130110413701013021313350
Binary100111000001100010010111110100000111000100010111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09C144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,193,68); }

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

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

 a { background-color: rgb(9,193,68); }

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

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

 span { border-color: rgb(9,193,68); }

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