#12BE33

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

Shades of Dark Pastel Green #12BE33

Tints of Dark Pastel Green #12BE33

Color information

#12BE33 (or 0x12BE33) is unknown color: approx Dark Pastel Green. HEX triplet: 12, BE and 33. RGB value is (18,190,51). Sum of RGB (Red+Green+Blue) = 18+190+51=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 190 (74.61% from 255 or 73.36% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BE33 is #ED41CC. Grayscale: #7B7B7B. Windows color (decimal): -15548877 or 3390994. OLE color: 3390994.

HSL color Cylindrical-coordinate representation of color #12BE33: hue angle of 131.51º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BE33 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1819051-
CMYK0.9100.730.25
HSL131.51º82.69%40.78%-
HSV(B)131.51º90.53%74.51%-
XYZ19.2637.199.3-
YUV122.7387.5253.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 190 (74.61% from 255) = 73.36%
BLUE value IS 51 (20.31% from 255) = 19.69%
R=6.95%
G=73.36%
B=19.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18190510.9100.730.25131.5182.6940.78
Hex12BE335B04919845329
Octal222766313301113120412351
Binary100101011111011001110110110100100111001100001001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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