#12BF44

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

Shades of Dark Pastel Green #12BF44

Tints of Dark Pastel Green #12BF44

Color information

#12BF44 (or 0x12BF44) is unknown color: approx Dark Pastel Green. HEX triplet: 12, BF and 44. RGB value is (18,191,68). Sum of RGB (Red+Green+Blue) = 18+191+68=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 191 (75% from 255 or 68.95% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BF44 is #ED40BB. Grayscale: #7D7D7D. Windows color (decimal): -15548604 or 4505362. OLE color: 4505362.

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

Color convert

RGB1819168-
CMYK0.9100.640.25
HSL137.34º82.78%40.98%-
HSV(B)137.34º90.58%74.9%-
XYZ19.9237.8111.72-
YUV125.2595.6951.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.50%
GREEN value IS 191 (75% from 255) = 68.95%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=6.50%
G=68.95%
B=24.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18191680.9100.640.25137.3482.7840.98
Hex12BF445B04019895329
Octal2227710413301003121112351
Binary1001010111111100010010110110100000011001100010011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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