#12BE31

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

Shades of Dark Pastel Green #12BE31

Tints of Dark Pastel Green #12BE31

Color information

#12BE31 (or 0x12BE31) is unknown color: approx Dark Pastel Green. HEX triplet: 12, BE and 31. RGB value is (18,190,49). Sum of RGB (Red+Green+Blue) = 18+190+49=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 190 (74.61% from 255 or 73.93% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BE31 is #ED41CE. Grayscale: #7A7A7A. Windows color (decimal): -15548879 or 3259922. OLE color: 3259922.

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

Color convert

RGB1819049-
CMYK0.9100.740.25
HSL130.81º82.69%40.78%-
HSV(B)130.81º90.53%74.51%-
XYZ19.2237.189.07-
YUV122.586.5253.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 190 (74.61% from 255) = 73.93%
BLUE value IS 49 (19.53% from 255) = 19.07%
R=7.00%
G=73.93%
B=19.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18190490.9100.740.25130.8182.6940.78
Hex12BE315B04A19835329
Octal222766113301123120312351
Binary100101011111011000110110110100101011001100000111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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