#12B226

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

Shades of Dark Pastel Green #12B226

Tints of Dark Pastel Green #12B226

Color information

#12B226 (or 0x12B226) is unknown color: approx Dark Pastel Green. HEX triplet: 12, B2 and 26. RGB value is (18,178,38). Sum of RGB (Red+Green+Blue) = 18+178+38=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 178 (69.92% from 255 or 76.07% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 178 - color contains mainly: green. Hex color #12B226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B226 is #ED4DD9. Grayscale: #727272. Windows color (decimal): -15551962 or 2535954. OLE color: 2535954.

HSL color Cylindrical-coordinate representation of color #12B226: hue angle of 127.5º 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 #12B226 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB1817838-
CMYK0.9000.790.30
HSL127.5º81.63%38.43%-
HSV(B)127.5º89.89%69.8%-
XYZ16.5232.117.16-
YUV114.284.9959.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.69%
GREEN value IS 178 (69.92% from 255) = 76.07%
BLUE value IS 38 (15.23% from 255) = 16.24%
R=7.69%
G=76.07%
B=16.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal18178380.9000.790.30127.581.6338.43
Hex12B2265A04F1E805226
Octal222624613201173620012246
Binary100101011001010011010110100100111111110100000001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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