#acf71f

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

Shades of Green Yellow #ACF71F

Tints of Green Yellow #ACF71F

Color information

#ACF71F (or 0xACF71F) is unknown color: approx Green Yellow. HEX triplet: AC, F7 and 1F. RGB value is (172,247,31). Sum of RGB (Red+Green+Blue) = 172+247+31=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 247 (96.88% from 255 or 54.89% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF71F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF71F is #5308E0. Grayscale: #C8C8C8. Windows color (decimal): -5441761 or 2095020. OLE color: 2095020.

HSL color Cylindrical-coordinate representation of color #ACF71F: hue angle of 80.83º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACF71F is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB17224731-
CMYK0.3000.870.03
HSL80.83º93.1%54.51%-
HSV(B)80.83º87.45%96.86%-
XYZ50.5275.3913.19-
YUV199.9532.65108.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 247 (96.88% from 255) = 54.89%
BLUE value IS 31 (12.5% from 255) = 6.89%
R=38.22%
G=54.89%
B=6.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal172247310.3000.870.0380.8393.154.51
HexACF71F1E0573515d37
Octal25436737360127312113567
Binary10101100111101111111111110010101111110100011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acf71f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acf71f; }

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

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

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

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

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

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

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

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