#12A93C

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

Shades of Dark Pastel Green #12A93C

Tints of Dark Pastel Green #12A93C

Color information

#12A93C (or 0x12A93C) is unknown color: approx Dark Pastel Green. HEX triplet: 12, A9 and 3C. RGB value is (18,169,60). Sum of RGB (Red+Green+Blue) = 18+169+60=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 169 (66.41% from 255 or 68.42% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 169 - color contains mainly: green. Hex color #12A93C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A93C is #ED56C3. Grayscale: #6F6F6F. Windows color (decimal): -15554244 or 3975442. OLE color: 3975442.

HSL color Cylindrical-coordinate representation of color #12A93C: hue angle of 136.69º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A93C is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1816960-
CMYK0.8900.640.34
HSL136.69º80.75%36.67%-
HSV(B)136.69º89.35%66.27%-
XYZ15.2528.839.04-
YUV111.4298.9761.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 169 (66.41% from 255) = 68.42%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=7.29%
G=68.42%
B=24.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18169600.8900.640.34136.6980.7536.67
Hex12A93C5904022895125
Octal222517413101004221112145
Binary1001010101001111100101100101000000100010100010011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A93C; }

 p { color: rgb(18,169,60); }

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

<style>
 a { background-color: #12A93C; }

 a { background-color: rgb(18,169,60); }

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

<style>
 span { border-color: #12A93C; }

 span { border-color: rgb(18,169,60); }

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