#12BB1E

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

Shades of Dark Pastel Green #12BB1E

Tints of Dark Pastel Green #12BB1E

Color information

#12BB1E (or 0x12BB1E) is unknown color: approx Dark Pastel Green. HEX triplet: 12, BB and 1E. RGB value is (18,187,30). Sum of RGB (Red+Green+Blue) = 18+187+30=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 187 (73.44% from 255 or 79.57% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 187 - color contains mainly: green. Hex color #12BB1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BB1E is #ED44E1. Grayscale: #777777. Windows color (decimal): -15549666 or 2013970. OLE color: 2013970.

HSL color Cylindrical-coordinate representation of color #12BB1E: hue angle of 124.26º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BB1E is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB1818730-
CMYK0.9000.840.27
HSL124.26º82.44%40.2%-
HSV(B)124.26º90.37%73.33%-
XYZ18.2535.767.17-
YUV118.5778.0156.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.66%
GREEN value IS 187 (73.44% from 255) = 79.57%
BLUE value IS 30 (12.11% from 255) = 12.77%
R=7.66%
G=79.57%
B=12.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18187300.9000.840.27124.2682.4440.2
Hex12BB1E5A0541B7c5228
Octal222733613201243317412250
Binary1001010111011111101011010010101001101111111001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,187,30); }

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

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

 a { background-color: rgb(18,187,30); }

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

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

 span { border-color: rgb(18,187,30); }

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