#12BA21

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

Shades of Dark Pastel Green #12BA21

Tints of Dark Pastel Green #12BA21

Color information

#12BA21 (or 0x12BA21) is unknown color: approx Dark Pastel Green. HEX triplet: 12, BA and 21. RGB value is (18,186,33). Sum of RGB (Red+Green+Blue) = 18+186+33=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 186 (73.05% from 255 or 78.48% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BA21 is #ED45DE. Grayscale: #767676. Windows color (decimal): -15549919 or 2210322. OLE color: 2210322.

HSL color Cylindrical-coordinate representation of color #12BA21: hue angle of 125.36º 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 #12BA21 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1818633-
CMYK0.9000.820.27
HSL125.36º82.35%40%-
HSV(B)125.36º90.32%72.94%-
XYZ18.0835.367.31-
YUV118.3379.8456.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 186 (73.05% from 255) = 78.48%
BLUE value IS 33 (13.28% from 255) = 13.92%
R=7.59%
G=78.48%
B=13.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18186330.9000.820.27125.3682.3540
Hex12BA215A0521B7d5228
Octal222724113201223317512250
Binary10010101110101000011011010010100101101111111011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,186,33); }

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

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

 a { background-color: rgb(18,186,33); }

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

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

 span { border-color: rgb(18,186,33); }

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