#12BC52

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

Shades of Dark Pastel Green #12BC52

Tints of Dark Pastel Green #12BC52

Color information

#12BC52 (or 0x12BC52) is unknown color: approx Dark Pastel Green. HEX triplet: 12, BC and 52. RGB value is (18,188,82). Sum of RGB (Red+Green+Blue) = 18+188+82=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC52 is #ED43AD. Grayscale: #7D7D7D. Windows color (decimal): -15549358 or 5422098. OLE color: 5422098.

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

Color convert

RGB1818882-
CMYK0.9000.560.26
HSL142.59º82.52%40.39%-
HSV(B)142.59º90.43%73.73%-
XYZ19.7636.714.03-
YUV125.09103.6851.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.25%
GREEN value IS 188 (73.83% from 255) = 65.28%
BLUE value IS 82 (32.42% from 255) = 28.47%
R=6.25%
G=65.28%
B=28.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18188820.9000.560.26142.5982.5240.39
Hex12BC525A0381A8f5328
Octal222741221320703221712350
Binary100101011110010100101011010011100011010100011111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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