#12B22B

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

Shades of Dark Pastel Green #12B22B

Tints of Dark Pastel Green #12B22B

Color information

#12B22B (or 0x12B22B) is unknown color: approx Dark Pastel Green. HEX triplet: 12, B2 and 2B. RGB value is (18,178,43). Sum of RGB (Red+Green+Blue) = 18+178+43=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 178 (69.92% from 255 or 74.48% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 178 - color contains mainly: green. Hex color #12B22B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B22B is #ED4DD4. Grayscale: #737373. Windows color (decimal): -15551957 or 2863634. OLE color: 2863634.

HSL color Cylindrical-coordinate representation of color #12B22B: hue angle of 129.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B22B is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB1817843-
CMYK0.9000.760.30
HSL129.38º81.63%38.43%-
HSV(B)129.38º89.89%69.8%-
XYZ16.6132.147.61-
YUV114.7787.4958.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 178 (69.92% from 255) = 74.48%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=7.53%
G=74.48%
B=17.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal18178430.9000.760.30129.3881.6338.43
Hex12B22B5A04C1E815226
Octal222625313201143620112246
Binary100101011001010101110110100100110011110100000011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,178,43); }

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

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

 a { background-color: rgb(18,178,43); }

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

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

 span { border-color: rgb(18,178,43); }

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