#12b02c

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

Shades of Dark Pastel Green #12B02C

Tints of Dark Pastel Green #12B02C

Color information

#12B02C (or 0x12B02C) is unknown color: approx Dark Pastel Green. HEX triplet: 12, B0 and 2C. RGB value is (18,176,44). Sum of RGB (Red+Green+Blue) = 18+176+44=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 176 (69.14% from 255 or 73.95% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 176 - color contains mainly: green. Hex color #12B02C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B02C is #ED4FD3. Grayscale: #727272. Windows color (decimal): -15552468 or 2928658. OLE color: 2928658.

HSL color Cylindrical-coordinate representation of color #12B02C: hue angle of 129.87º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B02C is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1817644-
CMYK0.9000.750.31
HSL129.87º81.44%38.04%-
HSV(B)129.87º89.77%69.02%-
XYZ16.2331.367.58-
YUV113.7188.6559.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 176 (69.14% from 255) = 73.95%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=7.56%
G=73.95%
B=18.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18176440.9000.750.31129.8781.4438.04
Hex12B02C5A04B1F825126
Octal222605413201133720212146
Binary100101011000010110010110100100101111111100000101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12b02c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,176,44); }

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

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

 a { background-color: rgb(18,176,44); }

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

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

 span { border-color: rgb(18,176,44); }

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