#12B423

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

Shades of Dark Pastel Green #12B423

Tints of Dark Pastel Green #12B423

Color information

#12B423 (or 0x12B423) is unknown color: approx Dark Pastel Green. HEX triplet: 12, B4 and 23. RGB value is (18,180,35). Sum of RGB (Red+Green+Blue) = 18+180+35=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 180 (70.70% from 255 or 77.25% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 180 - color contains mainly: green. Hex color #12B423 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B423 is #ED4BDC. Grayscale: #737373. Windows color (decimal): -15551453 or 2339858. OLE color: 2339858.

HSL color Cylindrical-coordinate representation of color #12B423: hue angle of 126.3º 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 #12B423 is Cyan = 0.9, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1818035-
CMYK0.900.810.29
HSL126.3º81.82%38.82%-
HSV(B)126.3º90%70.59%-
XYZ16.8732.897.05-
YUV115.0382.8358.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 180 (70.70% from 255) = 77.25%
BLUE value IS 35 (14.06% from 255) = 15.02%
R=7.73%
G=77.25%
B=15.02%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18180350.900.810.29126.381.8238.82
Hex12B4235A0511D7e5227
Octal222644313201213517612247
Binary10010101101001000111011010010100011110111111101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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