#12BE53

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

Shades of Dark Pastel Green #12BE53

Tints of Dark Pastel Green #12BE53

Color information

#12BE53 (or 0x12BE53) is unknown color: approx Dark Pastel Green. HEX triplet: 12, BE and 53. RGB value is (18,190,83). Sum of RGB (Red+Green+Blue) = 18+190+83=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 190 (74.61% from 255 or 65.29% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BE53 is #ED41AC. Grayscale: #7E7E7E. Windows color (decimal): -15548845 or 5488146. OLE color: 5488146.

HSL color Cylindrical-coordinate representation of color #12BE53: hue angle of 142.67º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BE53 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB1819083-
CMYK0.9100.560.25
HSL142.67º82.69%40.78%-
HSV(B)142.67º90.53%74.51%-
XYZ20.2237.5814.37-
YUV126.37103.5250.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.19%
GREEN value IS 190 (74.61% from 255) = 65.29%
BLUE value IS 83 (32.81% from 255) = 28.52%
R=6.19%
G=65.29%
B=28.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18190830.9100.560.25142.6782.6940.78
Hex12BE535B038198f5329
Octal222761231330703121712351
Binary100101011111010100111011011011100011001100011111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,190,83); }

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

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

 a { background-color: rgb(18,190,83); }

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

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

 span { border-color: rgb(18,190,83); }

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