#12CC33

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

Shades of Dark Pastel Green #12CC33

Tints of Dark Pastel Green #12CC33

Color information

#12CC33 (or 0x12CC33) is unknown color: approx Dark Pastel Green. HEX triplet: 12, CC and 33. RGB value is (18,204,51). Sum of RGB (Red+Green+Blue) = 18+204+51=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 204 (80.08% from 255 or 74.73% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CC33 is #ED33CC. Grayscale: #838383. Windows color (decimal): -15545293 or 3394578. OLE color: 3394578.

HSL color Cylindrical-coordinate representation of color #12CC33: hue angle of 130.65º 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 #12CC33 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB1820451-
CMYK0.9100.750.2
HSL130.65º83.78%43.53%-
HSV(B)130.65º91.18%80%-
XYZ22.4443.5510.36-
YUV130.9482.8847.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 204 (80.08% from 255) = 74.73%
BLUE value IS 51 (20.31% from 255) = 18.68%
R=6.59%
G=74.73%
B=18.68%

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
Decimal18204510.9100.750.2130.6583.7843.53
Hex12CC335B04B1483542c
Octal223146313301132420312454
Binary100101100110011001110110110100101110100100000111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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