#12CC32

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

Shades of Dark Pastel Green #12CC32

Tints of Dark Pastel Green #12CC32

Color information

#12CC32 (or 0x12CC32) is unknown color: approx Dark Pastel Green. HEX triplet: 12, CC and 32. RGB value is (18,204,50). Sum of RGB (Red+Green+Blue) = 18+204+50=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 204 (80.08% from 255 or 75% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CC32 is #ED33CD. Grayscale: #838383. Windows color (decimal): -15545294 or 3329042. OLE color: 3329042.

HSL color Cylindrical-coordinate representation of color #12CC32: hue angle of 130.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC32 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB1820450-
CMYK0.9100.750.2
HSL130.32º83.78%43.53%-
HSV(B)130.32º91.18%80%-
XYZ22.4243.5410.24-
YUV130.8382.3847.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 204 (80.08% from 255) = 75%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=6.62%
G=75%
B=18.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18204500.9100.750.2130.3283.7843.53
Hex12CC325B04B1482542c
Octal223146213301132420212454
Binary100101100110011001010110110100101110100100000101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,204,50); }

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

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

 a { background-color: rgb(18,204,50); }

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

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

 span { border-color: rgb(18,204,50); }

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