#12BE3D

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

Shades of Dark Pastel Green #12BE3D

Tints of Dark Pastel Green #12BE3D

Color information

#12BE3D (or 0x12BE3D) is unknown color: approx Dark Pastel Green. HEX triplet: 12, BE and 3D. RGB value is (18,190,61). Sum of RGB (Red+Green+Blue) = 18+190+61=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 190 (74.61% from 255 or 70.63% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BE3D is #ED41C2. Grayscale: #7C7C7C. Windows color (decimal): -15548867 or 4046354. OLE color: 4046354.

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

Color convert

RGB1819061-
CMYK0.9100.680.25
HSL135º82.69%40.78%-
HSV(B)135º90.53%74.51%-
XYZ19.5137.2910.59-
YUV123.8792.5252.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 190 (74.61% from 255) = 70.63%
BLUE value IS 61 (24.22% from 255) = 22.68%
R=6.69%
G=70.63%
B=22.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18190610.9100.680.2513582.6940.78
Hex12BE3D5B04419875329
Octal222767513301043120712351
Binary100101011111011110110110110100010011001100001111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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