#12AB26

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

Shades of Dark Pastel Green #12AB26

Tints of Dark Pastel Green #12AB26

Color information

#12AB26 (or 0x12AB26) is unknown color: approx Dark Pastel Green. HEX triplet: 12, AB and 26. RGB value is (18,171,38). Sum of RGB (Red+Green+Blue) = 18+171+38=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 171 (67.19% from 255 or 75.33% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB26 is #ED54D9. Grayscale: #6E6E6E. Windows color (decimal): -15553754 or 2534162. OLE color: 2534162.

HSL color Cylindrical-coordinate representation of color #12AB26: hue angle of 127.84º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB26 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB1817138-
CMYK0.8900.780.33
HSL127.84º80.95%37.06%-
HSV(B)127.84º89.47%67.06%-
XYZ15.1629.396.71-
YUV110.0987.3162.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 171 (67.19% from 255) = 75.33%
BLUE value IS 38 (15.23% from 255) = 16.74%
R=7.93%
G=75.33%
B=16.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18171380.8900.780.33127.8480.9537.06
Hex12AB265904E21805125
Octal222534613101164120012145
Binary1001010101011100110101100101001110100001100000001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,171,38); }

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

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

 a { background-color: rgb(18,171,38); }

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

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

 span { border-color: rgb(18,171,38); }

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