#12B026

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

Shades of Dark Pastel Green #12B026

Tints of Dark Pastel Green #12B026

Color information

#12B026 (or 0x12B026) is unknown color: approx Dark Pastel Green. HEX triplet: 12, B0 and 26. RGB value is (18,176,38). Sum of RGB (Red+Green+Blue) = 18+176+38=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 176 (69.14% from 255 or 75.86% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 176 - color contains mainly: green. Hex color #12B026 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B026 is #ED4FD9. Grayscale: #717171. Windows color (decimal): -15552474 or 2535442. OLE color: 2535442.

HSL color Cylindrical-coordinate representation of color #12B026: hue angle of 127.59º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B026 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1817638-
CMYK0.9000.780.31
HSL127.59º81.44%38.04%-
HSV(B)127.59º89.77%69.02%-
XYZ16.1231.327.03-
YUV113.0385.6560.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 176 (69.14% from 255) = 75.86%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=7.76%
G=75.86%
B=16.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18176380.9000.780.31127.5981.4438.04
Hex12B0265A04E1F805126
Octal222604613201163720012146
Binary100101011000010011010110100100111011111100000001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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