#12B424

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

Shades of Dark Pastel Green #12B424

Tints of Dark Pastel Green #12B424

Color information

#12B424 (or 0x12B424) is unknown color: approx Dark Pastel Green. HEX triplet: 12, B4 and 24. RGB value is (18,180,36). Sum of RGB (Red+Green+Blue) = 18+180+36=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 180 (70.70% from 255 or 76.92% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 180 - color contains mainly: green. Hex color #12B424 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B424 is #ED4BDB. Grayscale: #737373. Windows color (decimal): -15551452 or 2405394. OLE color: 2405394.

HSL color Cylindrical-coordinate representation of color #12B424: hue angle of 126.67º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B424 is Cyan = 0.9, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB1818036-
CMYK0.900.80.29
HSL126.67º81.82%38.82%-
HSV(B)126.67º90%70.59%-
XYZ16.8932.97.13-
YUV115.1583.3358.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.69%
GREEN value IS 180 (70.70% from 255) = 76.92%
BLUE value IS 36 (14.45% from 255) = 15.38%
R=7.69%
G=76.92%
B=15.38%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18180360.900.80.29126.6781.8238.82
Hex12B4245A0501D7f5227
Octal222644413201203517712247
Binary10010101101001001001011010010100001110111111111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,180,36); }

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

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

 a { background-color: rgb(18,180,36); }

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

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

 span { border-color: rgb(18,180,36); }

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