#1FAE4F

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

Shades of Pigment Green #1FAE4F

Tints of Pigment Green #1FAE4F

Color information

#1FAE4F (or 0x1FAE4F) is unknown color: approx Pigment Green. HEX triplet: 1F, AE and 4F. RGB value is (31,174,79). Sum of RGB (Red+Green+Blue) = 31+174+79=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 174 (68.36% from 255 or 61.27% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAE4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAE4F is #E051B0. Grayscale: #787878. Windows color (decimal): -14700977 or 5221919. OLE color: 5221919.

HSL color Cylindrical-coordinate representation of color #1FAE4F: hue angle of 140.14º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAE4F is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB3117479-
CMYK0.8200.550.32
HSL140.14º69.76%40.2%-
HSV(B)140.14º82.18%68.24%-
XYZ17.1131.1312.5-
YUV120.41104.6264.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.92%
GREEN value IS 174 (68.36% from 255) = 61.27%
BLUE value IS 79 (31.25% from 255) = 27.82%
R=10.92%
G=61.27%
B=27.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31174790.8200.550.32140.1469.7640.2
Hex1FAE4F52037208c4628
Octal372561171220674021410650
Binary1111110101110100111110100100110111100000100011001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAE4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,174,79); }

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

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

 a { background-color: rgb(31,174,79); }

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

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

 span { border-color: rgb(31,174,79); }

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