#1FAC33

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

Shades of Dark Pastel Green #1FAC33

Tints of Dark Pastel Green #1FAC33

Color information

#1FAC33 (or 0x1FAC33) is unknown color: approx Dark Pastel Green. HEX triplet: 1F, AC and 33. RGB value is (31,172,51). Sum of RGB (Red+Green+Blue) = 31+172+51=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 172 (67.58% from 255 or 67.72% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAC33 is #E053CC. Grayscale: #747474. Windows color (decimal): -14701517 or 3386399. OLE color: 3386399.

HSL color Cylindrical-coordinate representation of color #1FAC33: hue angle of 128.51º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAC33 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB3117251-
CMYK0.8200.700.33
HSL128.51º69.46%39.8%-
HSV(B)128.51º81.98%67.45%-
XYZ15.9230.048.09-
YUV116.0591.2967.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.20%
GREEN value IS 172 (67.58% from 255) = 67.72%
BLUE value IS 51 (20.31% from 255) = 20.08%
R=12.20%
G=67.72%
B=20.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31172510.8200.700.33128.5169.4639.8
Hex1FAC335204621814528
Octal372546312201064120110550
Binary1111110101100110011101001001000110100001100000011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FAC33; }

 p { color: rgb(31,172,51); }

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

<style>
 a { background-color: #1FAC33; }

 a { background-color: rgb(31,172,51); }

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

<style>
 span { border-color: #1FAC33; }

 span { border-color: rgb(31,172,51); }

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