#12A933

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

Shades of Dark Pastel Green #12A933

Tints of Dark Pastel Green #12A933

Color information

#12A933 (or 0x12A933) is unknown color: approx Dark Pastel Green. HEX triplet: 12, A9 and 33. RGB value is (18,169,51). Sum of RGB (Red+Green+Blue) = 18+169+51=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 169 (66.41% from 255 or 71.01% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 169 - color contains mainly: green. Hex color #12A933 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A933 is #ED56CC. Grayscale: #6E6E6E. Windows color (decimal): -15554253 or 3385618. OLE color: 3385618.

HSL color Cylindrical-coordinate representation of color #12A933: hue angle of 133.11º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A933 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB1816951-
CMYK0.8900.700.34
HSL133.11º80.75%36.67%-
HSV(B)133.11º89.35%66.27%-
XYZ15.0328.747.89-
YUV110.494.4762.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 169 (66.41% from 255) = 71.01%
BLUE value IS 51 (20.31% from 255) = 21.43%
R=7.56%
G=71.01%
B=21.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18169510.8900.700.34133.1180.7536.67
Hex12A9335904622855125
Octal222516313101064220512145
Binary1001010101001110011101100101000110100010100001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,169,51); }

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

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

 a { background-color: rgb(18,169,51); }

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

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

 span { border-color: rgb(18,169,51); }

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