#12DB2E

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

Shades of Dark Pastel Green #12DB2E

Tints of Dark Pastel Green #12DB2E

Color information

#12DB2E (or 0x12DB2E) is unknown color: approx Dark Pastel Green. HEX triplet: 12, DB and 2E. RGB value is (18,219,46). Sum of RGB (Red+Green+Blue) = 18+219+46=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 219 (85.94% from 255 or 77.39% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB2E is #ED24D1. Grayscale: #8B8B8B. Windows color (decimal): -15541458 or 3070738. OLE color: 3070738.

HSL color Cylindrical-coordinate representation of color #12DB2E: hue angle of 128.36º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DB2E is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB1821946-
CMYK0.9200.790.14
HSL128.36º84.81%46.47%-
HSV(B)128.36º91.78%85.88%-
XYZ26.0750.9911.05-
YUV139.1875.4141.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.36%
GREEN value IS 219 (85.94% from 255) = 77.39%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=6.36%
G=77.39%
B=16.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal18219460.9200.790.14128.3684.8146.47
Hex12DB2E5C04FE80552e
Octal223335613401171620012556
Binary10010110110111011101011100010011111110100000001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,219,46); }

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

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

 a { background-color: rgb(18,219,46); }

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

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

 span { border-color: rgb(18,219,46); }

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