#12C225

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

Shades of Dark Pastel Green #12C225

Tints of Dark Pastel Green #12C225

Color information

#12C225 (or 0x12C225) is unknown color: approx Dark Pastel Green. HEX triplet: 12, C2 and 25. RGB value is (18,194,37). Sum of RGB (Red+Green+Blue) = 18+194+37=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 194 (76.17% from 255 or 77.91% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 194 - color contains mainly: green. Hex color #12C225 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C225 is #ED3DDA. Grayscale: #7B7B7B. Windows color (decimal): -15547867 or 2474514. OLE color: 2474514.

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

Color convert

RGB1819437-
CMYK0.9100.810.24
HSL126.48º83.02%41.57%-
HSV(B)126.48º90.72%76.08%-
XYZ19.8838.858.2-
YUV123.4879.1952.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 194 (76.17% from 255) = 77.91%
BLUE value IS 37 (14.84% from 255) = 14.86%
R=7.23%
G=77.91%
B=14.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18194370.9100.810.24126.4883.0241.57
Hex12C2255B051187e532a
Octal223024513301213017612352
Binary10010110000101001011011011010100011100011111101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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