#12BF36

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

Shades of Dark Pastel Green #12BF36

Tints of Dark Pastel Green #12BF36

Color information

#12BF36 (or 0x12BF36) is unknown color: approx Dark Pastel Green. HEX triplet: 12, BF and 36. RGB value is (18,191,54). Sum of RGB (Red+Green+Blue) = 18+191+54=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 191 (75% from 255 or 72.62% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BF36 is #ED40C9. Grayscale: #7C7C7C. Windows color (decimal): -15548618 or 3587858. OLE color: 3587858.

HSL color Cylindrical-coordinate representation of color #12BF36: hue angle of 132.49º 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 #12BF36 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1819154-
CMYK0.9100.720.25
HSL132.49º82.78%40.98%-
HSV(B)132.49º90.58%74.9%-
XYZ19.5537.669.73-
YUV123.6688.6952.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 191 (75% from 255) = 72.62%
BLUE value IS 54 (21.48% from 255) = 20.53%
R=6.84%
G=72.62%
B=20.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18191540.9100.720.25132.4982.7840.98
Hex12BF365B04819845329
Octal222776613301103120412351
Binary100101011111111011010110110100100011001100001001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,191,54); }

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

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

 a { background-color: rgb(18,191,54); }

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

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

 span { border-color: rgb(18,191,54); }

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