#12BC4C

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

Shades of Dark Pastel Green #12BC4C

Tints of Dark Pastel Green #12BC4C

Color information

#12BC4C (or 0x12BC4C) is unknown color: approx Dark Pastel Green. HEX triplet: 12, BC and 4C. RGB value is (18,188,76). Sum of RGB (Red+Green+Blue) = 18+188+76=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 188 (73.83% from 255 or 66.67% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BC4C is #ED43B3. Grayscale: #7C7C7C. Windows color (decimal): -15549364 or 5028882. OLE color: 5028882.

HSL color Cylindrical-coordinate representation of color #12BC4C: hue angle of 140.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC4C is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB1818876-
CMYK0.9000.600.26
HSL140.47º82.52%40.39%-
HSV(B)140.47º90.43%73.73%-
XYZ19.5436.6212.88-
YUV124.4100.6852.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 188 (73.83% from 255) = 66.67%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=6.38%
G=66.67%
B=26.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18188760.9000.600.26140.4782.5240.39
Hex12BC4C5A03C1A8c5328
Octal222741141320743221412350
Binary100101011110010011001011010011110011010100011001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,188,76); }

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

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

 a { background-color: rgb(18,188,76); }

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

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

 span { border-color: rgb(18,188,76); }

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