#12C22B

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

Shades of Dark Pastel Green #12C22B

Tints of Dark Pastel Green #12C22B

Color information

#12C22B (or 0x12C22B) is unknown color: approx Dark Pastel Green. HEX triplet: 12, C2 and 2B. RGB value is (18,194,43). Sum of RGB (Red+Green+Blue) = 18+194+43=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 194 (76.17% from 255 or 76.08% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 194 - color contains mainly: green. Hex color #12C22B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C22B is #ED3DD4. Grayscale: #7C7C7C. Windows color (decimal): -15547861 or 2867730. OLE color: 2867730.

HSL color Cylindrical-coordinate representation of color #12C22B: hue angle of 128.52º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C22B is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB1819443-
CMYK0.9100.780.24
HSL128.52º83.02%41.57%-
HSV(B)128.52º90.72%76.08%-
XYZ19.9838.898.74-
YUV124.1682.1952.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 194 (76.17% from 255) = 76.08%
BLUE value IS 43 (17.19% from 255) = 16.86%
R=7.06%
G=76.08%
B=16.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18194430.9100.780.24128.5283.0241.57
Hex12C22B5B04E1881532a
Octal223025313301163020112352
Binary100101100001010101110110110100111011000100000011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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